# HG changeset patch # User Christopher O'Brien # Date 1133325232 0 # Node ID a2bbde19782617f58c6cd8b27587467f7b4686fa # Parent f1515af2744354ea1c87c6ea13de6bff30ec3cff [gaim-migrate @ 14572] here. committer: Tailor Script diff -r f1515af27443 -r a2bbde197826 src/protocols/sametime/meanwhile/mw_common.h --- a/src/protocols/sametime/meanwhile/mw_common.h Wed Nov 30 03:49:10 2005 +0000 +++ b/src/protocols/sametime/meanwhile/mw_common.h Wed Nov 30 04:33:52 2005 +0000 @@ -72,8 +72,8 @@ /** A length of binary data, not null-terminated. */ struct mwOpaque { - gsize len; /**< length of data. */ - char *data; /**< data, normally with no NULL termination */ + gsize len; /**< length of data. */ + unsigned char *data; /**< data, normally with no NULL termination */ }; @@ -100,11 +100,11 @@ mwLogin_LINKS = 0x100a, /**< official Sametime Links toolkit */ /* now we're getting crazy */ - mwLogin_NOTES_6_5 = 0x1200, /**< 0xff00 mask? */ + mwLogin_NOTES_6_5 = 0x1200, mwLogin_NOTES_6_5_3 = 0x1203, mwLogin_NOTES_7_0_beta = 0x1210, mwLogin_NOTES_7_0 = 0x1214, - mwLogin_ICT = 0x1300, /**< 0xff00 mask? */ + mwLogin_ICT = 0x1300, mwLogin_ICT_1_7_8_2 = 0x1302, mwLogin_ICT_SIP = 0x1303, mwLogin_NOTESBUDDY_4_14 = 0x1400, /**< 0xff00 mask? */