diff options
| author | Manuel Reimer <manuel.reimer@gmx.de> | 2014-11-12 16:58:01 +0100 |
|---|---|---|
| committer | Manuel Reimer <manuel.reimer@gmx.de> | 2014-11-12 16:58:01 +0100 |
| commit | d7aa09fec3c9560edf218b5d0c3badd9d2db5972 (patch) | |
| tree | 1a18968d819c73ba88143cb15c46326a64e1ee22 /libtemplate/xmlparser.h | |
| parent | 234c8559905800413ba281c9cd8c6c1bc612f4c5 (diff) | |
| download | vdr-plugin-skindesigner-d7aa09fec3c9560edf218b5d0c3badd9d2db5972.tar.gz vdr-plugin-skindesigner-d7aa09fec3c9560edf218b5d0c3badd9d2db5972.tar.bz2 | |
Init/Cleanup libxml only once at VDR start/end. Copied from xmltv2vdr plugin.
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 ecdcca3..cba1eb4 100644 --- a/libtemplate/xmlparser.h +++ b/libtemplate/xmlparser.h @@ -51,6 +51,8 @@ public: bool ParseView(void); bool ParseGlobals(void); void DeleteDocument(void); + static void InitLibXML(); + static void CleanupLibXML(); }; -#endif //__XMLPARSER_H
\ No newline at end of file +#endif //__XMLPARSER_H |
