changeset 12270:a2bbde197826

[gaim-migrate @ 14572] here. committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Wed, 30 Nov 2005 04:33:52 +0000
parents f1515af27443
children 3c6675e1400e
files src/protocols/sametime/meanwhile/mw_common.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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? */