Add utility header file. new-xml-tree
authorKim Nguyễn <kn@lri.fr>
Wed, 18 Apr 2012 11:48:10 +0000 (13:48 +0200)
committerKim Nguyễn <kn@lri.fr>
Wed, 18 Apr 2012 11:48:10 +0000 (13:48 +0200)
src/utils_stub.hpp [new file with mode: 0644]

diff --git a/src/utils_stub.hpp b/src/utils_stub.hpp
new file mode 100644 (file)
index 0000000..ce4c83e
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef UTILS_STUB_HPP_
+#define UTILS_STUB_HPP_
+
+#include "common_stub.hpp"
+#include "xml-tree.hpp"
+
+extern "C" xml_tree::tag_t*& TAGLIST(value);
+
+
+
+
+#endif