]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/parser_chg_user.h
[NY Flight] Improvements in parser dispatching.
[stg.git] / stglibs / srvconf.lib / include / stg / parser_chg_user.h
index db54026a99ae5877e253cd06f061c7bcd78735e9..cc6e9f18bd466445d3b87abbbd947a1fd21b5d64 100644 (file)
@@ -29,7 +29,7 @@
 class PARSER_CHG_USER: public PARSER
 {
 public:
-    typedef int (* CALLBACK)(bool result, const std::string& reason, void * data);
+    typedef void (* CALLBACK)(bool result, const std::string& reason, void * data);
 
     PARSER_CHG_USER();
     int  ParseStart(const char * el, const char ** attr);