]> git.stg.codes - stg.git/blobdiff - projects/sgconf/common_sg.h
Changes in SendMessage method.
[stg.git] / projects / sgconf / common_sg.h
index 87b8509b4e2e4ec4e962c29bfa76749fd86ab8cc..59e27a3705dbfcafcd9a57c435d73a23aa3116f0 100644 (file)
@@ -67,6 +67,6 @@ bool ProcessSetUser(const std::string & server,
 
 bool ProcessSendMessage(const std::string & server, uint16_t port,
                         const std::string & login, const std::string & password,
-                        const std::string & requestString);
+                        const std::string & user, const std::string & text);
 
 #endif