diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-27 19:24:06 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-27 19:24:06 +0000 |
commit | c2cea793e21b20cf4a51f58e2e0352f77228db63 (patch) | |
tree | eab059f7b4002a79d15329579d894ec85e8c6b4e /protocols/SkypeWeb/src/skype_proto.h | |
parent | 87ecd5e5088390936cf3928578967eef82b0f185 (diff) |
SkypeWeb: Contacts blocking support part 2.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13204 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, 3 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 63c2bf592b..53e8a2b876 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -190,6 +190,9 @@ private: int __cdecl OnContactDeleted(MCONTACT, LPARAM);
+ void OnBlockContact (const NETLIBHTTPREQUEST *response, void *p);
+ void OnUnblockContact (const NETLIBHTTPREQUEST *response, void *p);
+
// messages
mir_cs messageSyncLock;
|