diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-12-12 17:18:53 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-12-12 17:18:53 +0100 |
| commit | 9d995d59d4868a0ed02dc37892d5f670bd4eb86b (patch) | |
| tree | 7758b8c834e1601d1a6bc0188b9d437742144c2b /src/xml-parser.h | |
| parent | 9f32e7a3eb5559d1e1b3a5de2c12e3e92ac6af0c (diff) | |
| download | cataract-9d995d59d4868a0ed02dc37892d5f670bd4eb86b.tar.xz | |
xml-parser: Cleanup
Diffstat (limited to 'src/xml-parser.h')
| -rw-r--r-- | src/xml-parser.h | 4 |
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 |
