X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f61f588783b68ff542e6735a90a8dcbe9ad8308e..d3819ef7b806ccd92a767ec4bb43e0388f879216:/projects/sgconf/common_sg.h

diff --git a/projects/sgconf/common_sg.h b/projects/sgconf/common_sg.h
index a654748a..47069eae 100644
--- a/projects/sgconf/common_sg.h
+++ b/projects/sgconf/common_sg.h
@@ -50,7 +50,14 @@ int ProcessGetUser(const std::string &server,
                    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,