X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/82c7b78d7b7cf797f0663c96f44b092103802035..f384309c9c663a4b381d2e1a8545693514835395:/stglibs/srvconf.lib/parser_auth_by.h diff --git a/stglibs/srvconf.lib/parser_auth_by.h b/stglibs/srvconf.lib/parser_auth_by.h index 4e94267c..c4757cf9 100644 --- a/stglibs/srvconf.lib/parser_auth_by.h +++ b/stglibs/srvconf.lib/parser_auth_by.h @@ -21,11 +21,10 @@ #ifndef __STG_STGLIBS_SRVCONF_PARSER_AUTH_BY_H__ #define __STG_STGLIBS_SRVCONF_PARSER_AUTH_BY_H__ -#include "stg/parser.h" +#include "parser.h" #include "stg/servconf_types.h" -#include #include namespace STG @@ -37,9 +36,10 @@ class PARSER: public STG::PARSER { public: PARSER(); - int ParseStart(const char *el, const char **attr); - void ParseEnd(const char *el); + int ParseStart(const char * el, const char ** attr); + void ParseEnd(const char * el); void SetCallback(CALLBACK f, void * data); + private: CALLBACK callback; void * data;