]> git.stg.codes - stg.git/commitdiff
Fixed typo.
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 7 Oct 2013 21:48:34 +0000 (00:48 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 7 Oct 2013 21:48:34 +0000 (00:48 +0300)
stglibs/srvconf.lib/include/stg/servconf.h

index 0f5292d92d0fe129cef3bbc61200f87c4408a7b6..f893adddde9ad5ea6c508866982c927a2fccf6e3 100644 (file)
@@ -49,7 +49,7 @@ public:
     int GetAdmins(GET_ADMINS::CALLBACK f, void * data);
     int GetAdmin(const std::string & login, GET_ADMIN::CALLBACK f, void * data);
     int ChgAdmin(const std::string & login, const ADMIN_CONF_RES & conf, CHG_ADMIN::CALLBACK f, void * data);
-    int AddAdmin(const std::string & login, const ADMIN_CONF & conf, GET_ADMIN::CALLBACK f, void * data);
+    int AddAdmin(const std::string & login, const ADMIN_CONF & conf, ADD_ADMIN::CALLBACK f, void * data);
     int DelAdmin(const std::string & login, DEL_ADMIN::CALLBACK f, void * data);
 
     int GetUsers(GET_USERS::CALLBACK f, void * data);