]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parsers/get_users.h
Removed unused method.
[stg.git] / stglibs / srvconf.lib / parsers / get_users.h
index ac648a270aa86c2e0ef4f091598f4fca0d645eac..d1289e3abe22ceb1051f3c7b167755b0404880d7 100644 (file)
@@ -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;