summaryrefslogtreecommitdiff
path: root/otr/common.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-03-19 01:28:47 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-03-19 01:28:47 +0000
commit9c6ffd1f25e7a5b23be5fbc719e29af54d75a5b7 (patch)
tree2608eb1931d906e80790e2e22df4285dc83c8a10 /otr/common.h
parenta788cc5902dda036c81b6e0ee25b742cf62d3a1b (diff)
added GUID's
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@128 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr/common.h')
-rw-r--r--otr/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/otr/common.h b/otr/common.h
index 7889661..028e7ca 100644
--- a/otr/common.h
+++ b/otr/common.h
@@ -76,5 +76,8 @@ bool GetFingerprint(HANDLE hContact, char buff[45]);
#define INLINE_PREFIX "[OTR Message] "
#define INLINE_PREFIX_LEN 14
+#ifndef MIID_OTR
+#define MIID_OTR {0xade1b67c, 0xc164, 0x4817, { 0x94, 0x50, 0xc8, 0x9d, 0xcf, 0x59, 0x4c, 0x4b}}
+#endif
#endif