]> git.stg.codes - stg.git/blobdiff - projects/sgconf/common_sg.h
Ticket 37. The readTime() changed to str2x(), default value in the
[stg.git] / projects / sgconf / common_sg.h
index 47069eae08d95640fdcb3b05b504b26243395848..a5cbffad86289f16be34308ad61f6e1575346932 100644 (file)
@@ -50,14 +50,14 @@ int ProcessGetUser(const std::string &server,
                    const std::string &admLogin,
                    const std::string &admPasswd,
                    const std::string &login,
-                   REQUEST & request);
+                   void * data);
 
 int ProcessAuthBy(const std::string &server,
                   int port,
                   const std::string &admLogin,
                   const std::string &admPasswd,
                   const std::string &login,
-                  REQUEST & request);
+                  void * data);
 
 int ProcessSetUser(const std::string &server,
                    int port,