git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implemented NFQ capturing.
[stg.git]
/
projects
/
sgconf
/
common_sg.h
diff --git
a/projects/sgconf/common_sg.h
b/projects/sgconf/common_sg.h
index a654748a68f744ea558ef309d5d2702d21447c4e..a5cbffad86289f16be34308ad61f6e1575346932 100644
(file)
--- a/
projects/sgconf/common_sg.h
+++ b/
projects/sgconf/common_sg.h
@@
-52,6
+52,13
@@
int ProcessGetUser(const std::string &server,
const std::string &login,
void * data);
const std::string &login,
void * data);
+int ProcessAuthBy(const std::string &server,
+ int port,
+ const std::string &admLogin,
+ const std::string &admPasswd,
+ const std::string &login,
+ void * data);
+
int ProcessSetUser(const std::string &server,
int port,
const std::string &admLogin,
int ProcessSetUser(const std::string &server,
int port,
const std::string &admLogin,