diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-10 19:02:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-10 19:22:29 +0300 |
commit | a057817a0983b3a3190f6773101f788f2c6278ba (patch) | |
tree | 456ea8c5478139889748bdfdb62560c9b7535718 /src/utils/xml.h | |
parent | 793a119a7a36f9680dad108e75075c8c4bd4a0d0 (diff) | |
download | plus-a057817a0983b3a3190f6773101f788f2c6278ba.tar.gz plus-a057817a0983b3a3190f6773101f788f2c6278ba.tar.bz2 plus-a057817a0983b3a3190f6773101f788f2c6278ba.tar.xz plus-a057817a0983b3a3190f6773101f788f2c6278ba.zip |
Move clieanup for libxml2 to xml.cpp
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r-- | src/utils/xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h index 849bc2060..fac90c63d 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -100,6 +100,8 @@ namespace XML XmlNodePtr findFirstChildByName(XmlNodePtr parent, const char *name); void initXML(); + + void cleanupXML(); } #define for_each_xml_child_node(var, parent) \ |