summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-01-03 17:05:59 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-01-03 17:05:59 +0000
commitd7395494bc3929b5304cb6967287a1a38ca0000e (patch)
treec80b8ba400acc5e43ebff7a008e86687e3010e5d /include
parent1db6a5f4acffe17a3e1d2f74997794e7750f78bf (diff)
new MUUID_SSL for third-party ssl providers
git-svn-id: http://svn.miranda-ng.org/main/trunk@11747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/newpluginapi.h1
1 files changed, 1 insertions, 0 deletions
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}}