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