summaryrefslogtreecommitdiff
path: root/include/m_protocols.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-26 20:20:02 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-26 20:20:02 +0000
commit56471987f0e6e39594e426637eea74cc7853bad1 (patch)
tree86d4f0df1139bc6d584d2e8136f7be0f1075aa3e /include/m_protocols.h
parentfcecb959868fb74e4bf959082c00d66768170b9b (diff)
battle for the virtual protocols begins
git-svn-id: http://svn.miranda-ng.org/main/trunk@2512 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_protocols.h')
-rw-r--r--include/m_protocols.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/include/m_protocols.h b/include/m_protocols.h
index e277041bbf..5c5e676539 100644
--- a/include/m_protocols.h
+++ b/include/m_protocols.h
@@ -202,13 +202,14 @@ typedef struct {
//
// The DB will store higher numbers here, LOWER in the protocol chain, and lower numbers
// here HIGHER in the protocol chain
-//
-#define PROTOTYPE_IGNORE 50 // added during v0.3.3
-#define PROTOTYPE_PROTOCOL 1000
-#define PROTOTYPE_ENCRYPTION 2000
-#define PROTOTYPE_FILTER 3000
-#define PROTOTYPE_TRANSLATION 4000
-#define PROTOTYPE_OTHER 10000 //avoid using this if at all possible
+
+#define PROTOTYPE_IGNORE 50 // added during v0.3.3
+#define PROTOTYPE_PROTOCOL 1000
+#define PROTOTYPE_VIRTUAL 1001 // virtual protocol (has no accounts)
+#define PROTOTYPE_ENCRYPTION 2000
+#define PROTOTYPE_FILTER 3000
+#define PROTOTYPE_TRANSLATION 4000
+#define PROTOTYPE_OTHER 10000 // avoid using this if at all possible
#define MS_PROTO_ENUMPROTOS "Proto/EnumProtos"