X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0a2687358e50cb8950667f050455281af6d1e1ae..45284d7e924b1ac340ba527301e90e1199af3011:/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..1af9d5ab 100644 --- a/stglibs/srvconf.lib/include/stg/servconf_types.h +++ b/stglibs/srvconf.lib/include/stg/servconf_types.h @@ -26,6 +26,7 @@ #include #include +#include #define STG_HEADER "SG04" #define OK_HEADER "OKHD" @@ -147,6 +148,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