X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_cgi.hpp;h=81f36856208c79a2afdabe06f932b48a88a40064;hb=e97027abe6e12ad59d16b475c28e3767c83b1343;hp=f9fd202459a548513bd2f743dfd8324bfe366f9c;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_cgi.hpp b/src/filter_cgi.hpp index f9fd202..81f3685 100644 --- a/src/filter_cgi.hpp +++ b/src/filter_cgi.hpp @@ -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); }; } }