X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_template.hpp;h=1b61e98875bffcf8cdbe300e6da679d44377ee85;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=2e2ef6f8cefb9d12412c29c1f980cb6bbaaeb876;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_template.hpp b/src/filter_template.hpp index 2e2ef6f..1b61e98 100644 --- a/src/filter_template.hpp +++ b/src/filter_template.hpp @@ -33,7 +33,8 @@ namespace metaproxy_1 { Template(); ~Template(); 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); }; } }