comparison src/protocols/oscar/oscar.c @ 7098:770233dad86c

[gaim-migrate @ 7663] Renamed a few of the buddy list structs to be compliant with the rest of gaim. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 04:05:46 +0000
parents c8bf2da398e3
children db6bd3e794d8
comparison
equal deleted inserted replaced
7097:2c331b10161e 7098:770233dad86c
4877 4877
4878 { /* Add from local list to server list */ 4878 { /* Add from local list to server list */
4879 GaimBlistNode *gnode, *cnode, *bnode; 4879 GaimBlistNode *gnode, *cnode, *bnode;
4880 GaimGroup *group; 4880 GaimGroup *group;
4881 GaimBuddy *buddy; 4881 GaimBuddy *buddy;
4882 struct gaim_buddy_list *blist; 4882 GaimBuddyList *blist;
4883 GSList *cur; 4883 GSList *cur;
4884 4884
4885 /* Buddies */ 4885 /* Buddies */
4886 if ((blist = gaim_get_blist())) 4886 if ((blist = gaim_get_blist()))
4887 for (gnode = blist->root; gnode; gnode = gnode->next) { 4887 for (gnode = blist->root; gnode; gnode = gnode->next) {