summaryrefslogtreecommitdiffstats
path: root/common/eurephia_xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/eurephia_xml.h')
-rw-r--r--common/eurephia_xml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/eurephia_xml.h b/common/eurephia_xml.h
index 2ee1175..083a881 100644
--- a/common/eurephia_xml.h
+++ b/common/eurephia_xml.h
@@ -62,6 +62,8 @@ typedef struct _eurephiaRESULT {
*/
#define foreach_xmlnode(start, itn) for( itn = start; itn != NULL; itn = itn->next )
+void xmlReplaceChars(xmlChar *str, char s, char r);
+
char *xmlGetAttrValue(xmlAttr *properties, const char *key);
xmlNode *xmlFindNode(xmlNode *node, const char *key);