#define COMMON_SG_H
#include "stg/servconf.h"
+#include "stg/servconf_types.h"
#include "request.h"
#include <string>
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