summary refs log tree commit diff stats
path: root/src/xml.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-04-21 14:50:52 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-04-21 14:50:52 -0400
commit8142a9c87a13cecc7a3698e877f24d89f128c074 (patch)
treecbee6ae85c5c674dd313c7cfe1420477ee55ca95 /src/xml.h
parent0f70db34d9b47de55b00c558ac3c445f30b7b6a5 (diff)
downloadtherapy-proto-objs.tar.gz
therapy-proto-objs.tar.bz2
therapy-proto-objs.zip
Started working on prototype objects proto-objs
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 */