diff options
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;
|