X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_auth_simple.hpp;h=52c98381e5794246b52ca1cade43fc87cf2199ff;hb=31c9b04bea2484fbb9eb273e33f9b102f4284b04;hp=be3503e9141647ce8b395d3481379adb81f0c9a1;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_auth_simple.hpp b/src/filter_auth_simple.hpp index be3503e..52c9838 100644 --- a/src/filter_auth_simple.hpp +++ b/src/filter_auth_simple.hpp @@ -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);