X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/97f1f905311bcb76c3b500e3e49c1b9f49dff491..f384309c9c663a4b381d2e1a8545693514835395:/stglibs/srvconf.lib/parser_check_user.h?ds=inline diff --git a/stglibs/srvconf.lib/parser_check_user.h b/stglibs/srvconf.lib/parser_check_user.h index 11d6ab96..95658c38 100644 --- a/stglibs/srvconf.lib/parser_check_user.h +++ b/stglibs/srvconf.lib/parser_check_user.h @@ -22,10 +22,9 @@ #ifndef __STG_STGLIBS_SRVCONF_PARSER_CHECK_USER_H__ #define __STG_STGLIBS_SRVCONF_PARSER_CHECK_USER_H__ -#include "stg/parser.h" -#include "stg/servconf_types.h" +#include "parser.h" -#include +#include "stg/servconf_types.h" namespace STG { @@ -35,11 +34,11 @@ namespace CHECK_USER class PARSER: public STG::PARSER { public: - PARSER(); int ParseStart(const char * el, const char ** attr); void ParseEnd(const char * el); void SetCallback(CALLBACK f, void * data); + private: CALLBACK callback; void * data;