23 #ifndef _OSCAP_CPEDICT_EXT_PRIV_H_ 24 #define _OSCAP_CPEDICT_EXT_PRIV_H_ 26 #include <libxml/xmlreader.h> 27 #include <libxml/xmlwriter.h> 29 #include "cpe_ctx_priv.h" 30 #include "common/util.h" 33 #define TAG_CPE23_ITEM_STR "cpe23-item" 42 struct cpe23_item *cpe23_item_parse(xmlTextReaderPtr reader);
50 int cpe23_item_export(
const struct cpe23_item *item, xmlTextWriterPtr writer);
Definition: cpedict_ext_priv.c:62