diff options
author | lordjaxom <lordjaxom> | 2004-12-08 18:48:39 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-08 18:48:39 +0000 |
commit | 5382d18d05d358bb1c313c642395e835aa44a6a0 (patch) | |
tree | 2b5ef58620b3640c5b21e8eafe92ee4b266b1d30 /xml/parser.h | |
parent | eb2f2c9600e8f69788232582191b141002bcd522 (diff) | |
download | vdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.gz vdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.bz2 |
1.0-pre1v1.0-pre1
Diffstat (limited to 'xml/parser.h')
-rw-r--r-- | xml/parser.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xml/parser.h b/xml/parser.h new file mode 100644 index 0000000..60fe30c --- /dev/null +++ b/xml/parser.h @@ -0,0 +1,14 @@ +/* + * $Id: parser.h,v 1.1.1.1 2004/11/19 16:45:31 lordjaxom Exp $ + */ + +#ifndef VDR_TEXT2SKIN_PARSER_H +#define VDR_TEXT2SKIN_PARSER_H + +#include <string> + +class cxSkin; + +cxSkin *xmlParse(const std::string &name, const std::string &fileName); + +#endif // VDR_TEXT2SKIN_PARSER_H |