1 2 3 4 5 6 7 8 9 10
#ifndef _XML_TO_RPM_H_ #define _XML_TO_RPM_H_ #include "rpmbuild.h" #include "xmlstruct.h" Spec toRPMStruct(const t_structXMLSpec* pXMLSpec); #endif