]> git.stg.codes - stg.git/blobdiff - projects/sgconf/common_sg.h
Changes in SendMessage method.
[stg.git] / projects / sgconf / common_sg.h
index 4bff0aa7ae2f74a5216faa9d03dcb2e0277147f1..59e27a3705dbfcafcd9a57c435d73a23aa3116f0 100644 (file)
@@ -29,6 +29,7 @@
 #define COMMON_SG_H
 
 #include "stg/servconf.h"
+#include "stg/servconf_types.h"
 #include "request.h"
 
 #include <string>
@@ -66,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