From 396656a9dda94625f033f7a88fe3b28a82b6025f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Wed, 18 Apr 2012 13:48:10 +0200 Subject: [PATCH] Add utility header file. --- src/utils_stub.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/utils_stub.hpp 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 -- 2.17.1