-
/*
* 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
#ifndef __STG_STGLIBS_SRVCONF_PARSER_GET_USERS_H__
#define __STG_STGLIBS_SRVCONF_PARSER_GET_USERS_H__
-#include "parser.h"
-#include "parser_get_user.h"
+#include "base.h"
+#include "get_user.h"
#include "stg/servconf_types.h"
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;