createrepo_c library
0.9.1
C library for metadata manipulation
|
#include <xml_file.h>
Data Fields | |
CR_FILE * | f |
cr_XmlFileType | type |
int | header |
int | footer |
long | pkgs |
cr_XmlFile structure.
Definition at line 49 of file xml_file.h.
CR_FILE* f |
File
Definition at line 50 of file xml_file.h.
int footer |
0 if no footer was written yet.
Definition at line 56 of file xml_file.h.
int header |
0 if no header was written yet.
Definition at line 54 of file xml_file.h.
long pkgs |
Number of packages
Definition at line 58 of file xml_file.h.
cr_XmlFileType type |
Type of XML file.
Definition at line 52 of file xml_file.h.