]> git.stg.codes - stg.git/blobdiff - projects/sgconf/common_sg.h
Fixed compilation issues.
[stg.git] / projects / sgconf / common_sg.h
index a5cbffad86289f16be34308ad61f6e1575346932..ca7eb36ccdc87e2cddc5c75feebe1eefdf3e4731 100644 (file)
@@ -50,21 +50,19 @@ 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,
-                  void * data);
+                  const std::string &login);
 
 int ProcessSetUser(const std::string &server,
                    int port,
                    const std::string &admLogin,
                    const std::string &admPasswd,
                    const std::string &str,
-                   void * data,
                    bool isMessage = false);
 
 #endif