diff src/protocols/oscar/aim.h @ 10595:de34037a02c7

[gaim-migrate @ 12010] Forward port some other stuff from oldstatus committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Feb 2005 03:07:06 +0000
parents 2b05acfeec65
children ecc0f22db510
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Mon Feb 14 03:02:36 2005 +0000
+++ b/src/protocols/oscar/aim.h	Mon Feb 14 03:07:06 2005 +0000
@@ -716,7 +716,7 @@
 } aim_mpmsg_section_t;
 
 typedef struct aim_mpmsg_s {
-	int numparts;
+	unsigned int numparts;
 	aim_mpmsg_section_t *parts;
 } aim_mpmsg_t;
 
@@ -751,8 +751,8 @@
 	fu32_t iconsum;
 
 	/* Only used if AIM_IMFLAGS_CUSTOMFEATURES is set */
+	fu16_t featureslen;
 	fu8_t *features;
-	fu8_t featureslen;
 
 	/* Only used if AIM_IMFLAGS_CUSTOMCHARSET is set and mpmsg not used */
 	fu16_t charset;