X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_sru_to_z3950.hpp;h=16fb7e7b6a90ac8c98f56b46c01268f334787bb9;hb=e55d02d0c0a3d7c2f17fa224442478d2bfde501c;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; }; }