Torus: add get_doc method
[metaproxy-moved-to-github.git] / src / torus.hpp
index e3a54a9..e360b42 100644 (file)
@@ -29,6 +29,7 @@ namespace metaproxy_1 {
         Torus();
         ~Torus();
         void read_searchables(std::string url);
+        xmlDoc *get_doc();
     private:
         xmlDocPtr doc;
     };