diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-25 19:17:44 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-25 19:17:44 +0000 |
commit | 5c131b167713e3f44e00a96cdbee389c7bddc760 (patch) | |
tree | ec36ca5f1d08fc5571bd91119af37de4c71b463e /protocols/SkypeWeb/src/skype_proto.h | |
parent | 1d14eafc4f0cf923e5bc835ae5c09c4b75c76b85 (diff) |
SkypeWeb: DestroyChatRoom menu item.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index bd10b13f9d..8f28eac592 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -227,7 +227,7 @@ private: INT_PTR __cdecl OnJoinChatRoom (WPARAM hContact, LPARAM);
INT_PTR __cdecl OnLeaveChatRoom (WPARAM hContact, LPARAM);
-
+ INT_PTR __cdecl SvcDestroyChat(WPARAM hContact, LPARAM);
void OnChatEvent(JSONNODE *node);
void OnSendChatMessage(const TCHAR *chat_id, const TCHAR * tszMessage);
char *GetChatUsers(const TCHAR *chat_id);
|