comparison src/protocols/msn/buddyicon.c @ 6695:0c5637b5462e

[gaim-migrate @ 7221] This is contact support. Really. It has a few bugs left in it, like sorting not working, and stuff like that, but it's pretty solid for the most part. I'm not in the mood to do a whole lot of typing, so just use and enjoy. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 02 Sep 2003 03:41:10 +0000
parents 338147ea6896
children b7e113a59b51
comparison
equal deleted inserted replaced
6694:2d2f04c5c7d2 6695:0c5637b5462e
202 MsnSession *session = servconn->session; 202 MsnSession *session = servconn->session;
203 GaimConnection *gc = session->account->gc; 203 GaimConnection *gc = session->account->gc;
204 MsnMessage *new_msg; 204 MsnMessage *new_msg;
205 MsnSwitchBoard *swboard; 205 MsnSwitchBoard *swboard;
206 MsnBuddyIconXfer *buddyicon; 206 MsnBuddyIconXfer *buddyicon;
207 struct buddy *b; 207 GaimBuddy *b;
208 GHashTable *table; 208 GHashTable *table;
209 const char *command; 209 const char *command;
210 210
211 table = msn_message_get_hashtable_from_body(msg); 211 table = msn_message_get_hashtable_from_body(msg);
212 212