From 69138332e3c696e058c78180408b3e18ab7f69eb Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 23 Oct 2012 09:07:09 +0000 Subject: =?UTF-8?q?=D1=8F=20=D0=B7=D0=B0=D0=BF=D1=83=D1=82=D0=B0=D0=BB?= =?UTF-8?q?=D1=81=D1=8F=20=D0=B2=20=D0=BF=D1=83=D0=BD=D0=BA=D1=82=D0=B0?= =?UTF-8?q?=D1=85=20=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@2060 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'protocols/Skype/src/skype.h') diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index b72661ca26..7422e19a1b 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -61,6 +61,12 @@ #define SKYPE_SEARCH_BYEMAIL 1002 #define SKYPE_SEARCH_BYNAMES 1003 +#define CMI_AUTH_REVOKE 0 +#define CMI_AUTH_REQUEST 1 +#define CMI_AUTH_GRANT 2 + +#define CMITEMS_COUNT 3 + extern CSkype* g_skype; extern HINSTANCE g_hInstance; -- cgit v1.2.3