From d7395494bc3929b5304cb6967287a1a38ca0000e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 3 Jan 2015 17:05:59 +0000 Subject: new MUUID_SSL for third-party ssl providers git-svn-id: http://svn.miranda-ng.org/main/trunk@11747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/newpluginapi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/newpluginapi.h b/include/newpluginapi.h index b657b5e494..b9f6fe98cd 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -64,6 +64,7 @@ typedef struct _MUUID { #define MIID_USERONLINE {0x130829e0, 0x2463, 0x4ff8, {0xbb, 0xc8, 0xce, 0x73, 0xc0, 0x18, 0x84, 0x42}} #define MIID_IDLE {0x296f9f3b, 0x5b6f, 0x40e5, {0x8f, 0xb0, 0xa6, 0x49, 0x6c, 0x18, 0xbf, 0x0a}} #define MIID_CRYPTO {0x415ca6e1, 0x895f, 0x40e6, {0x87, 0xbd, 0x9b, 0x39, 0x60, 0x16, 0xd0, 0xe5}} +#define MIID_SSL {0x3bbbbd20, 0x20e6, 0x479b, {0xbd, 0x4b, 0xe8, 0x4d, 0xe2, 0x62, 0x71, 0x20}} /* Common plugin interfaces (core plugins) */ #define MIID_DATABASE {0xae77fd33, 0xe484, 0x4dc7, {0x8c, 0xbc, 0x09, 0x9f, 0xed, 0xcc, 0xcf, 0xdd}} -- cgit v1.2.3