]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/include/stg/servconf_types.h
Moved CHECK_USER parser from global scope.
[stg.git] / stglibs / srvconf.lib / include / stg / servconf_types.h
index 1743204481a054a4e6c4c6b4fe987078ebffcf77..21abf0ed999881e4be4c03b106497a0889fd786d 100644 (file)
@@ -87,6 +87,13 @@ struct INFO
 typedef void (* CALLBACK)(bool result, const std::string & reason, const INFO & info, void * data);
 
 } // namespace SERVER_INFO
+
+namespace CHECK_USER
+{
+
+typedef int (* CALLBACK)(bool result, const std::string & reason, void * data);
+
+}
 } // namespace STG
 
 #endif