comparison libpurple/blist.c @ 16631:f9c369b4291c

Fix up the private function calls to be prefixed with an underscore.
author Richard Laager <rlaager@wiktel.com>
date Sun, 29 Apr 2007 07:36:06 +0000
parents f1513338fbdb
children 52342adf4303
comparison
equal deleted inserted replaced
16630:6873797b4ed3 16631:f9c369b4291c
605 } 605 }
606 606
607 xmlnode_free(purple); 607 xmlnode_free(purple);
608 608
609 /* This tells the buddy icon code to do its thing. */ 609 /* This tells the buddy icon code to do its thing. */
610 purple_buddy_icons_blist_loaded_cb(); 610 _purple_buddy_icons_blist_loaded_cb();
611 } 611 }
612 612
613 613
614 /********************************************************************* 614 /*********************************************************************
615 * Stuff * 615 * Stuff *