summaryrefslogtreecommitdiff
path: root/xml/parser.h
blob: 60fe30cff8fa42dcf08440216e932ef012f23473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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