X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_cgi.hpp;h=0c51da2962698987047e5cfd0c7b8908be78edc4;hb=1dca4a52e26e617c1f64a213ee7de780346a74f0;hp=480e2358e5fbbc016af7e5a4dd0b7905c003c365;hpb=74d16c70e558c6b5fb0ff5b057a047d4da6d5a66;p=metaproxy-moved-to-github.git diff --git a/src/filter_cgi.hpp b/src/filter_cgi.hpp index 480e235..0c51da2 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) 2005-2013 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); }; } }