summaryrefslogtreecommitdiff
path: root/obt/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'obt/xml.h')
-rw-r--r--obt/xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/obt/xml.h b/obt/xml.h
index ac2dc57f..3884f36b 100644
--- a/obt/xml.h
+++ b/obt/xml.h
@@ -62,6 +62,7 @@ void obt_xml_close(ObtXmlInst *inst);
void obt_xml_register(ObtXmlInst *inst, const gchar *tag,
ObtXmlCallback func, gpointer data);
+void obt_xml_unregister(ObtXmlInst *inst, const gchar *tag);
void obt_xml_tree(ObtXmlInst *i, xmlNodePtr node);
void obt_xml_tree_from_root(ObtXmlInst *i);