Add path to configure method of filter.
[metaproxy-moved-to-github.git] / src / filter_auth_simple.hpp
index be3503e..52c9838 100644 (file)
@@ -31,7 +31,8 @@ namespace metaproxy_1 {
         public:
             AuthSimple();
             ~AuthSimple();
-            void configure(const xmlNode * ptr, bool test_only);
+            void configure(const xmlNode * ptr, bool test_only,
+                           const char *path);
             void process(metaproxy_1::Package & package) const;
         private:
             void config_userRegister(std::string filename);