git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
6b29e16
)
Fixed typo.
author
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 7 Oct 2013 21:48:34 +0000
(
00:48
+0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 7 Oct 2013 21:48:34 +0000
(
00:48
+0300)
stglibs/srvconf.lib/include/stg/servconf.h
patch
|
blob
|
history
diff --git
a/stglibs/srvconf.lib/include/stg/servconf.h
b/stglibs/srvconf.lib/include/stg/servconf.h
index 0f5292d92d0fe129cef3bbc61200f87c4408a7b6..f893adddde9ad5ea6c508866982c927a2fccf6e3 100644
(file)
--- a/
stglibs/srvconf.lib/include/stg/servconf.h
+++ b/
stglibs/srvconf.lib/include/stg/servconf.h
@@
-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 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);
int DelAdmin(const std::string & login, DEL_ADMIN::CALLBACK f, void * data);
int GetUsers(GET_USERS::CALLBACK f, void * data);