From: Kim Nguyễn Date: Wed, 18 Apr 2012 11:48:10 +0000 (+0200) Subject: Add utility header file. X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Fxpathcomp.git;a=commitdiff_plain;h=396656a9dda94625f033f7a88fe3b28a82b6025f Add utility header file. --- diff --git a/src/utils_stub.hpp b/src/utils_stub.hpp new file mode 100644 index 0000000..ce4c83e --- /dev/null +++ b/src/utils_stub.hpp @@ -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