diff options
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 |