summaryrefslogtreecommitdiffstats
path: root/src/server/xmlutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/xmlutil.h')
-rw-r--r--src/server/xmlutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/xmlutil.h b/src/server/xmlutil.h
index fddb317..ecfa4c4 100644
--- a/src/server/xmlutil.h
+++ b/src/server/xmlutil.h
@@ -5,6 +5,7 @@
#include <libxml/tree.h>
char *getTextFromPath(xmlDocPtr doc, char *xpath);
+char createXmlDoc(xmlDocPtr *doc, xmlNodePtr* root, char* rootName);
#define FOR_EACH_NODE(_doc, _path, _node) do { \
xmlXPathContextPtr _makro_xpathCtx = xmlXPathNewContext(_doc); \