Add path to configure method of filter.
[metaproxy-moved-to-github.git] / src / filter_cql_to_rpn.hpp
index e668a95..3841815 100644 (file)
@@ -33,7 +33,8 @@ namespace metaproxy_1 {
             CQLtoRPN();
             ~CQLtoRPN();
             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);
         private:
         };
     }