comparison src/gaimrc.c @ 5054:abc8489b2e8f

[gaim-migrate @ 5404] compile cleanups committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 07 Apr 2003 03:59:02 +0000
parents 628681ec8a5e
children 5078f765e3f9
comparison
equal deleted inserted replaced
5053:e40d52cffd51 5054:abc8489b2e8f
1615 load_pounces() 1615 load_pounces()
1616 { 1616 {
1617 GList *l; 1617 GList *l;
1618 struct pounce_placeholder *ph; 1618 struct pounce_placeholder *ph;
1619 struct gaim_pounce *pounce; 1619 struct gaim_pounce *pounce;
1620 struct gaim_gtkpounce_data *pounce_data;
1621 struct gaim_account *account; 1620 struct gaim_account *account;
1622 1621
1623 debug_printf("*** Loading pounces...\n"); 1622 debug_printf("*** Loading pounces...\n");
1624 1623
1625 for (l = buddy_pounces; l != NULL; l = l->next) { 1624 for (l = buddy_pounces; l != NULL; l = l->next) {