summaryrefslogtreecommitdiff
path: root/src/xml-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml-parser.h')
-rw-r--r--src/xml-parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml-parser.h b/src/xml-parser.h
index c750b57..77900e6 100644
--- a/src/xml-parser.h
+++ b/src/xml-parser.h
@@ -38,9 +38,9 @@ typedef struct {
TXMLFile * xml_parser_load (const gchar *filename);
/*
- * xml_parser_close: close the XML document parser
+ * xml_parser_free: close the XML document parser and frees all memory
*/
-void xml_parser_close (TXMLFile *file);
+void xml_parser_free (TXMLFile *file);
/*
* xml_file_get_node_name: retrieve name of the XPath node