rpm/xmlspec/xml2rpm.h

11 lines
153 B
C

#ifndef _XML_TO_RPM_H_
#define _XML_TO_RPM_H_
#include "rpmbuild.h"
#include "xmlstruct.h"
Spec toRPMStruct(const t_structXMLSpec* pXMLSpec);
#endif