X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/cd64751cac4c56591bee9b0a9c2a626ce40e67db..6bd4918f85f22955197b200d79972d22159e89d8:/stglibs/srvconf.lib/include/stg/parser_send_message.h diff --git a/stglibs/srvconf.lib/include/stg/parser_send_message.h b/stglibs/srvconf.lib/include/stg/parser_send_message.h index 9d1f33dc..9b3ca5ef 100644 --- a/stglibs/srvconf.lib/include/stg/parser_send_message.h +++ b/stglibs/srvconf.lib/include/stg/parser_send_message.h @@ -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);