X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffilter_sru_to_z3950.hpp;h=7d8b8ebebec72d2cf6c8a9e2e884376cc1153826;hb=b484b17197842b9f282db212fce12ed44e2a2371;hp=993e66be5174c4017c08d3489d4aa8dfd8b5a4dc;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_sru_to_z3950.hpp b/src/filter_sru_to_z3950.hpp index 993e66b..7d8b8eb 100644 --- a/src/filter_sru_to_z3950.hpp +++ b/src/filter_sru_to_z3950.hpp @@ -32,7 +32,8 @@ namespace metaproxy_1 { public: SRUtoZ3950(); ~SRUtoZ3950(); - void configure(const xmlNode *xmlnode, bool test_only); + void configure(const xmlNode *xmlnode, bool test_only, + const char *path); void process(metaproxy_1::Package & package) const; }; }