]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/parser_send_message.h
[NY] Cosmetic changes.
[stg.git] / stglibs / srvconf.lib / include / stg / parser_send_message.h
index 9d1f33dc92364016a8ae5fb173afd4e6adadf4f8..9b3ca5efe2ffb8824b8215373a8e05ad3cf62bbe 100644 (file)
@@ -29,7 +29,7 @@
 class PARSER_SEND_MESSAGE: 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_SEND_MESSAGE();
     int  ParseStart(const char * el, const char ** attr);