Add utility header file.
[SXSI/xpathcomp.git] / src / utils_stub.hpp
1 #ifndef UTILS_STUB_HPP_
2 #define UTILS_STUB_HPP_
3
4 #include "common_stub.hpp"
5 #include "xml-tree.hpp"
6
7 extern "C" xml_tree::tag_t*& TAGLIST(value);
8
9
10
11
12 #endif