Add utility header file.
[SXSI/xpathcomp.git] / src / utils_stub.hpp
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