X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_http_file.hpp;h=e57ce925ebbe6c6b181d0d265a23df8e512be59d;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=c1a293001bc048f9fe68b728382337cdc315fea7;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;p=metaproxy-moved-to-github.git diff --git a/src/filter_http_file.hpp b/src/filter_http_file.hpp index c1a2930..e57ce92 100644 --- a/src/filter_http_file.hpp +++ b/src/filter_http_file.hpp @@ -34,7 +34,8 @@ namespace metaproxy_1 { HttpFile(); ~HttpFile(); 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); }; } }