createrepo_c library  0.9.1
C library for metadata manipulation

#include <misc.h>

Data Fields

long major
 
long minor
 
long patch
 
char * suffix
 

Detailed Description

Version representation e.g. for openssl-devel-1.0.0i = version: 1, release: 0, patch: 0, suffix: i

Definition at line 78 of file misc.h.

Field Documentation

long major

version

Definition at line 79 of file misc.h.

long minor

release

Definition at line 80 of file misc.h.

long patch

patch

Definition at line 81 of file misc.h.

char* suffix

rest of version string after conversion

Definition at line 82 of file misc.h.


The documentation for this struct was generated from the following file: