X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftorus.hpp;h=0db2bf8c352ade20f6340bf338fd58177ff932e3;hb=953e615164c4c47ee871ef7901e90d6fcffd8473;hp=aa99149ed7d1c1292b23573e8d2e75ade4e23beb;hpb=cf16212cc3ea5a38f40b49779814eaeba57e69c0;p=metaproxy-moved-to-github.git diff --git a/src/torus.hpp b/src/torus.hpp index aa99149..0db2bf8 100644 --- a/src/torus.hpp +++ b/src/torus.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2011 Index Data + Copyright (C) Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -23,9 +23,15 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include +#include + namespace metaproxy_1 { - xmlDoc *get_searchable(std::string url_template, const std::string &db, - const std::string &proxy); + xmlDoc *get_searchable(Package &package, + std::string url_template, const std::string &db, + const std::string &query, + const std::string &realm, + const std::string &proxy, + std::string &addinfo); } #endif