From cf83f17e172253faf44737b8f4c27945e9f671e5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Jan 2020 12:47:01 +0300 Subject: Facebook: - KICK command support for groupchats; - code cleaning --- protocols/Facebook/src/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/Facebook/src/proto.h') diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h index 950408c34b..fcd1b8c486 100644 --- a/protocols/Facebook/src/proto.h +++ b/protocols/Facebook/src/proto.h @@ -408,7 +408,8 @@ class FacebookProto : public PROTO int Chat_KickUser(SESSION_INFO *si, const wchar_t *pwszUid); void Chat_Leave(SESSION_INFO *si); void Chat_SendPrivateMessage(GCHOOK *gch); - void Chat_ProcessLogMenu(SESSION_INFO *si, int iChoice); + void Chat_ProcessLogMenu(SESSION_INFO *si, GCHOOK *gch); + void Chat_ProcessNickMenu(SESSION_INFO *si, GCHOOK *gch); // MQTT void MqttLogin(); -- cgit v1.2.3