comparison src/protocols/oscar/conn.c @ 4624:a964972cb361

[gaim-migrate @ 4915] Thanks to CmdrChalumpa for a lot of this code. Vincas: I think I've improved on your methods a bit, too. I employed some Kiaras-Furo shading, and-- Strongbad: I'll improve on your methods! I replied to your patch with a lil more detail. Thanks! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 28 Feb 2003 04:26:37 +0000
parents 858979ab3867
children 9810ce8e7a96
comparison
equal deleted inserted replaced
4623:a44382e8e6be 4624:a964972cb361
864 aim_connrst(sess); 864 aim_connrst(sess);
865 sess->queue_outgoing = NULL; 865 sess->queue_outgoing = NULL;
866 sess->queue_incoming = NULL; 866 sess->queue_incoming = NULL;
867 aim_initsnachash(sess); 867 aim_initsnachash(sess);
868 sess->msgcookies = NULL; 868 sess->msgcookies = NULL;
869 sess->icq_info = NULL;
869 sess->snacid_next = 0x00000001; 870 sess->snacid_next = 0x00000001;
870 871
871 sess->flags = 0; 872 sess->flags = 0;
872 sess->debug = debuglevel; 873 sess->debug = debuglevel;
873 sess->debugcb = defaultdebugcb; 874 sess->debugcb = defaultdebugcb;