diff options
Diffstat (limited to 'libtemplate/xmlparser.h')
-rw-r--r-- | libtemplate/xmlparser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libtemplate/xmlparser.h b/libtemplate/xmlparser.h index 3156042..18476e9 100644 --- a/libtemplate/xmlparser.h +++ b/libtemplate/xmlparser.h @@ -53,6 +53,8 @@ public: bool ParsePluginView(string plugName, int templateNumber); bool ParseGlobals(void); void DeleteDocument(void); + static void InitLibXML(); + static void CleanupLibXML(); }; -#endif //__XMLPARSER_H
\ No newline at end of file +#endif //__XMLPARSER_H |