diff src/protocols/oscar/aim.h @ 4173:b66f960bfe60

[gaim-migrate @ 4403] So type is actually 1 byte, and not 2. Something about an ass out of u and me. This should make multi-recipient ICQ messages work. It also fixes a little mistake that caused ICQ URLs, auth requests, pager messages, emails, and ICQ cotact sending thingies to not show up. I don't think that bug existed for more than a more days. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 02 Jan 2003 22:22:38 +0000
parents 1a5dcfa1823e
children 9325df841a40
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Thu Jan 02 20:18:25 2003 +0000
+++ b/src/protocols/oscar/aim.h	Thu Jan 02 22:22:38 2003 +0000
@@ -913,7 +913,8 @@
 
 struct aim_incomingim_ch4_args {
 	fu32_t uin; /* Of the sender of the ICBM */
-	fu16_t type;
+	fu8_t type;
+	fu8_t flags;
 	char *msg; /* Reason for auth request, deny, or accept */
 	int msglen;
 };
@@ -1170,7 +1171,8 @@
 	fu32_t sender;
 	fu16_t year;
 	fu8_t month, day, hour, minute;
-	fu16_t type;
+	fu8_t type;
+	fu8_t flags;
 	char *msg;
 	int msglen;
 };