For Torus record fetch, proxy may be given
[metaproxy-moved-to-github.git] / src / torus.hpp
index e81e918..aa99149 100644 (file)
@@ -24,7 +24,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <libxml/tree.h>
 
 namespace metaproxy_1 {
-    xmlDoc *get_searchable(std::string url_template, const std::string &db);
+    xmlDoc *get_searchable(std::string url_template, const std::string &db,
+                           const std::string &proxy);
 }
 
 #endif