diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-25 14:27:41 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-25 14:27:41 +0000 |
commit | b2458d269f0457efa88707ba72065d4161856162 (patch) | |
tree | e8fa396230cd39885837e08ec912daac3b5e6d50 /protocols/SkypeWeb/src/skype_proto.h | |
parent | fe3664a0c83e320017468158bde7d7899a83f755 (diff) |
SkypeWeb: More chats fixes.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13139 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 828f382a6a..1986867069 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -228,7 +228,7 @@ private: INT_PTR __cdecl OnLeaveChatRoom (WPARAM hContact, LPARAM);
void OnChatEvent(JSONNODE *node);
-
+ void OnSendChatMessage(const TCHAR *chat_id, const TCHAR * tszMessage);
char *GetChatUsers(const TCHAR *chat_id);
bool IsChatContact(const TCHAR *chat_id, const char *id);
|