X-Git-Url: http://git.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_sru_to_z3950.hpp;h=16fb7e7b6a90ac8c98f56b46c01268f334787bb9;hb=13ededc67712ac2ecb30677b016b3f6cf4ad4eab;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..16fb7e7 100644 --- a/src/filter_sru_to_z3950.hpp +++ b/src/filter_sru_to_z3950.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2011 Index Data + Copyright (C) 2005-2012 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 @@ -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; }; }