summary refs log tree commit diff stats
path: root/src/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.h')
-rw-r--r--src/xml.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/xml.h b/src/xml.h new file mode 100644 index 0000000..8ecf639 --- /dev/null +++ b/src/xml.h
@@ -0,0 +1,8 @@
1#ifndef XML_H_E5E95685
2#define XML_H_E5E95685
3
4#include <libxml/parser.h>
5
6xmlChar* getProp(xmlNodePtr node, const char* attr);
7
8#endif /* end of include guard: XML_H_E5E95685 */