diff src/protocols/oscar/aim.h @ 6292:6651ecdda5d6

[gaim-migrate @ 6791] This makes umlauts and accents and other suck iso-8859-1 characters show up in available messages--and not crash Gaim. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 24 Jul 2003 02:04:19 +0000
parents af2e34423e9c
children 96196cfb132e
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Wed Jul 23 23:42:29 2003 +0000
+++ b/src/protocols/oscar/aim.h	Thu Jul 24 02:04:19 2003 +0000
@@ -977,7 +977,9 @@
 	fu32_t present;
 	fu16_t iconcsumlen;
 	fu8_t *iconcsum;
-	char *availablemsg;
+	char *availmsg_encoding;
+	char *availmsg;
+	int availmsg_len;
 } aim_userinfo_t;
 
 faim_export const char *aim_userinfo_sn(aim_userinfo_t *ui);