summaryrefslogtreecommitdiffstats
path: root/common/eurephia_xml.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-25 13:36:33 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-25 13:36:33 +0200
commit5fa2fe46f25c793765e5cc107f1d48a51086fcab (patch)
tree60ca75fda217a26e422bce297da5f0449f97f50a /common/eurephia_xml.h
parente02152930f53d69c9ef1a4bb3dc5e8dacc961062 (diff)
downloadeurephia-5fa2fe46f25c793765e5cc107f1d48a51086fcab.tar.gz
eurephia-5fa2fe46f25c793765e5cc107f1d48a51086fcab.tar.xz
eurephia-5fa2fe46f25c793765e5cc107f1d48a51086fcab.zip
Added eurephiaXML_IsResultMsg() to check if an XML doc is a ResultMsg document
Diffstat (limited to 'common/eurephia_xml.h')
-rw-r--r--common/eurephia_xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/eurephia_xml.h b/common/eurephia_xml.h
index 614394a..2ee1175 100644
--- a/common/eurephia_xml.h
+++ b/common/eurephia_xml.h
@@ -69,6 +69,7 @@ int eurephiaXML_CreateDoc(eurephiaCTX *ctx, int format, const char *rootname, xm
xmlNode *eurephiaXML_getRoot(eurephiaCTX *ctx, xmlDoc *doc, const char *nodeset, int min_format);
xmlDoc *eurephiaXML_ResultMsg(eurephiaCTX *ctx, exmlResultType type, xmlNode *info_n, const char *fmt, ... );
+unsigned int eurephiaXML_IsResultMsg(eurephiaCTX *ctx, xmlDoc *resxml);
eurephiaRESULT *eurephiaXML_ParseResultMsg(eurephiaCTX *ctx, xmlDoc *resxml);
inline char *xmlExtractContent(xmlNode *n);