Add path to configure method of filter.
[metaproxy-moved-to-github.git] / src / filter_http_file.hpp
index c1a2930..e57ce92 100644 (file)
@@ -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);
         };
     }
 }