X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4c030cdad118fd574774f0fd00313e0042401c7c..2da962edada912d8081f7e15db0ac887b98b179e:/stglibs/srvconf.lib/parsers/auth_by.h diff --git a/stglibs/srvconf.lib/parsers/auth_by.h b/stglibs/srvconf.lib/parsers/auth_by.h index a4bab9dd..f285d2bf 100644 --- a/stglibs/srvconf.lib/parsers/auth_by.h +++ b/stglibs/srvconf.lib/parsers/auth_by.h @@ -35,10 +35,9 @@ namespace AUTH_BY class PARSER: public STG::PARSER { public: - PARSER(); + PARSER(CALLBACK f, void * data); int ParseStart(const char * el, const char ** attr); void ParseEnd(const char * el); - void SetCallback(CALLBACK f, void * data); private: CALLBACK callback;