X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_cgi.hpp;h=566e4d93542472052b5648482ae544d7eeddc9bc;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=480e2358e5fbbc016af7e5a4dd0b7905c003c365;hpb=74d16c70e558c6b5fb0ff5b057a047d4da6d5a66;p=metaproxy-moved-to-github.git diff --git a/src/filter_cgi.hpp b/src/filter_cgi.hpp index 480e235..566e4d9 100644 --- a/src/filter_cgi.hpp +++ b/src/filter_cgi.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2010 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 @@ -33,7 +33,8 @@ namespace metaproxy_1 { CGI(); ~CGI(); void process(metaproxy_1::Package & package) const; - void configure(const xmlNode * ptr, bool test_only); + void configure(const xmlNode * ptr, bool test_only, + const char *path); }; } }