diff src/protocols/oscar/aim.h @ 3213:7ed9fa994055

[gaim-migrate @ 3230] More stuff from Kingant committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 05 May 2002 19:07:05 +0000
parents 56746b0868db
children dd34e0b40fed
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Sun May 05 19:02:08 2002 +0000
+++ b/src/protocols/oscar/aim.h	Sun May 05 19:07:05 2002 +0000
@@ -953,12 +953,12 @@
 
 
 struct aim_icbmparameters {
-	unsigned short maxchan;
-	unsigned long flags; /* AIM_IMPARAM_FLAG_ */
-	unsigned short maxmsglen; /* message size that you will accept */
-	unsigned short maxsenderwarn; /* this and below are *10 (999=99.9%) */
-	unsigned short maxrecverwarn;
-	unsigned long minmsginterval; /* in milliseconds? */
+	fu16_t maxchan;
+	fu32_t flags; /* AIM_IMPARAM_FLAG_ */
+	fu16_t maxmsglen; /* message size that you will accept */
+	fu16_t maxsenderwarn; /* this and below are *10 (999=99.9%) */
+	fu16_t maxrecverwarn;
+	fu32_t minmsginterval; /* in milliseconds? */
 };
 
 faim_export int aim_reqicbmparams(aim_session_t *sess);