comparison src/protocols/msn/switchboard.c @ 5679:0a0116686d51

[gaim-migrate @ 6097] let the prpls know about the new API changes committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 02 Jun 2003 22:24:07 +0000
parents 6275ac113622
children 952710ac6635
comparison
equal deleted inserted replaced
5678:619bca773b2e 5679:0a0116686d51
107 107
108 if (swboard->chat != NULL) 108 if (swboard->chat != NULL)
109 gaim_chat_remove_user(GAIM_CHAT(swboard->chat), user, NULL); 109 gaim_chat_remove_user(GAIM_CHAT(swboard->chat), user, NULL);
110 else { 110 else {
111 const char *username; 111 const char *username;
112 struct gaim_conversation *conv; 112 GaimConversation *conv;
113 struct buddy *b; 113 struct buddy *b;
114 char buf[MSN_BUF_LEN]; 114 char buf[MSN_BUF_LEN];
115 115
116 if ((b = gaim_find_buddy(gc->account, user)) != NULL) 116 if ((b = gaim_find_buddy(gc->account, user)) != NULL)
117 username = gaim_get_buddy_alias(b); 117 username = gaim_get_buddy_alias(b);