diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-20 11:34:23 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-20 11:34:23 +0000 |
commit | 8d72d5a048972f29c135f4c7fe8c0e8948bd0e07 (patch) | |
tree | e3af9c4907a2a16c2cb7284ee390d486e29d056c /protocols/SkypeWeb/src/skype_proto.h | |
parent | 6c633fcfe931754919fc564a0c683634812e3384 (diff) |
SkypeWeb: Chat fixes.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index d18af6b829..a921089d45 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -236,9 +236,10 @@ private: char *GetChatUsers(const TCHAR *chat_id);
bool IsChatContact(const TCHAR *chat_id, const char *id);
+
void AddChatContact(const TCHAR *tchat_id, const char *id, const char *name, const TCHAR *role);
+ void RemoveChatContact(const TCHAR *tchat_id, const char *id, const char *name, bool isKick = false, const char *initiator = "");
- void RemoveChatContact(const TCHAR *tchat_id, const char *id, const char *name);
void RenameChat(const char *chat_id, const char *name);
static INT_PTR __stdcall InviteDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
|