summary refs log tree commit diff stats
path: root/src/xml.h
blob: 8ecf6397bfd16e3f77f02eefc0923bd91fb04279 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef XML_H_E5E95685
#define XML_H_E5E95685

#include <libxml/parser.h>

xmlChar* getProp(xmlNodePtr node, const char* attr);

#endif /* end of include guard: XML_H_E5E95685 */