git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Renamed a variable.
[stg.git]
/
projects
/
sgconf
/
common_sg.h
diff --git
a/projects/sgconf/common_sg.h
b/projects/sgconf/common_sg.h
index d36ed750b6c53163e7a65ca99a0dea90a3747721..47069eae08d95640fdcb3b05b504b26243395848 100644
(file)
--- a/
projects/sgconf/common_sg.h
+++ b/
projects/sgconf/common_sg.h
@@
-30,7
+30,7
@@
#include <string>
#include <string>
-#include "servconf.h"
+#include "s
tg/s
ervconf.h"
#include "request.h"
void UsageConf();
#include "request.h"
void UsageConf();
@@
-50,7
+50,14
@@
int ProcessGetUser(const std::string &server,
const std::string &admLogin,
const std::string &admPasswd,
const std::string &login,
const std::string &admLogin,
const std::string &admPasswd,
const std::string &login,
- void * data);
+ REQUEST & request);
+
+int ProcessAuthBy(const std::string &server,
+ int port,
+ const std::string &admLogin,
+ const std::string &admPasswd,
+ const std::string &login,
+ REQUEST & request);
int ProcessSetUser(const std::string &server,
int port,
int ProcessSetUser(const std::string &server,
int port,