--- a/libpurple/protocols/oscar/oscar.h Sun May 30 13:53:45 2010 +0000 +++ b/libpurple/protocols/oscar/oscar.h Sun May 30 19:01:30 2010 +0000 @@ -542,7 +542,7 @@ */ IcbmCookie *msgcookies; - struct aim_icq_info *icq_info; + GSList *icq_info; /** Only used when connecting with the old-style BUCP login. */ struct aim_authresp_info *authinfo; @@ -1414,9 +1414,6 @@ guint16 numaddresses; char **email2; - /* we keep track of these in a linked list because we're 1337 */ - struct aim_icq_info *next; - /* status note info */ guint8 icbm_cookie[8]; char *status_note_title;