X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/abe068d00ecc304c855886f5e511b563b352dd0a..d8ed3c9a80357e890fe4a927b92437e8f88b6b7c:/stglibs/srvconf.lib/parsers/get_users.h diff --git a/stglibs/srvconf.lib/parsers/get_users.h b/stglibs/srvconf.lib/parsers/get_users.h index ac648a27..d1289e3a 100644 --- a/stglibs/srvconf.lib/parsers/get_users.h +++ b/stglibs/srvconf.lib/parsers/get_users.h @@ -1,4 +1,3 @@ - /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,10 +37,9 @@ namespace GET_USERS 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;