summaryrefslogtreecommitdiff
path: root/protocols/Icq10/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Icq10/src/proto.h')
-rw-r--r--protocols/Icq10/src/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Icq10/src/proto.h b/protocols/Icq10/src/proto.h
index 96dc779199..70f0c9855f 100644
--- a/protocols/Icq10/src/proto.h
+++ b/protocols/Icq10/src/proto.h
@@ -39,7 +39,7 @@
enum ChatMenuItems
{
- IDM_INVITE = 10, IDM_EXIT, IDM_DESTROY
+ IDM_INVITE = 10, IDM_LEAVE
};
struct IcqCacheItem
@@ -151,6 +151,7 @@ class CIcqProto : public PROTO<CIcqProto>
void Chat_SendPrivateMessage(GCHOOK *gch);
void InviteUserToChat(SESSION_INFO *si);
+ void LeaveDestroyChat(SESSION_INFO *si);
void LoadChatInfo(SESSION_INFO *si);
////////////////////////////////////////////////////////////////////////////////////////