Add path to configure method of filter.
[metaproxy-moved-to-github.git] / src / filter_zoom.hpp
index d10f28b..7c73a70 100644 (file)
@@ -39,7 +39,8 @@ namespace metaproxy_1 {
             Zoom();
             ~Zoom();
             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);
         };
     }
 }