diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-27 18:45:52 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-27 18:45:52 +0000 |
commit | 822984e1ca88ec5afaa905b59e8be811dfec4e1d (patch) | |
tree | 02b70ef46605d256bb581e32b1e066729c391c75 /protocols/SkypeWeb/src/skype_menus.h | |
parent | 965897721ef32f0b6150f467b8ea34c53473d749 (diff) |
SkypeWeb: Contacts blocking support.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13200 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_menus.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_menus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_menus.h b/protocols/SkypeWeb/src/skype_menus.h index e04add88d3..a8cc308df5 100644 --- a/protocols/SkypeWeb/src/skype_menus.h +++ b/protocols/SkypeWeb/src/skype_menus.h @@ -25,6 +25,8 @@ enum CMI_AUTH_REQUEST,
CMI_AUTH_GRANT,
CMI_GETSERVERHISTORY,
+ CMI_BLOCK,
+ CMI_UNBLOCK,
CMI_MAX // this item shall be the last one
};
|