X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0a2687358e50cb8950667f050455281af6d1e1ae..f384309c9c663a4b381d2e1a8545693514835395:/stglibs/srvconf.lib/include/stg/servconf_types.h diff --git a/stglibs/srvconf.lib/include/stg/servconf_types.h b/stglibs/srvconf.lib/include/stg/servconf_types.h index 81677c42..6aef40cf 100644 --- a/stglibs/srvconf.lib/include/stg/servconf_types.h +++ b/stglibs/srvconf.lib/include/stg/servconf_types.h @@ -147,6 +147,20 @@ typedef void (* CALLBACK)(bool result, const std::string & reason, const INFO & } // namespace GET_USERS +namespace CHG_USER +{ + +typedef void (* CALLBACK)(bool result, const std::string & reason, void * data); + +} + +namespace SEND_MESSAGE +{ + +typedef void (* CALLBACK)(bool result, const std::string & reason, void * data); + +} + } // namespace STG #endif