From 8142a9c87a13cecc7a3698e877f24d89f128c074 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 21 Apr 2018 14:50:52 -0400 Subject: Started working on prototype objects --- src/xml.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/xml.h (limited to 'src/xml.h') 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 @@ +#ifndef XML_H_E5E95685 +#define XML_H_E5E95685 + +#include + +xmlChar* getProp(xmlNodePtr node, const char* attr); + +#endif /* end of include guard: XML_H_E5E95685 */ -- cgit 1.4.1