# HG changeset patch # User Mark Doliner # Date 1165908519 0 # Node ID f495e3063701ae695576556635abf1ded8db51aa # Parent fbe2187bceec17643dae04eca86f2a2f8b4cec6a [gaim-migrate @ 17970] Get rid of a vague compile warning: gntblist.c:1948: warning: ¡Æaccount_signed_on_cb¡Ç was used with no prototype before its definition committer: Tailor Script diff -r fbe2187bceec -r f495e3063701 console/gntblist.c --- a/console/gntblist.c Tue Dec 12 04:45:02 2006 +0000 +++ b/console/gntblist.c Tue Dec 12 07:28:39 2006 +0000 @@ -109,7 +109,7 @@ static void savedstatus_changed(GaimSavedStatus *now, GaimSavedStatus *old); static void blist_show(GaimBuddyList *list); static void update_buddy_display(GaimBuddy *buddy, GGBlist *ggblist); -static void account_signed_on_cb(); +static void account_signed_on_cb(void); /* Sort functions */ static int blist_node_compare_text(GaimBlistNode *n1, GaimBlistNode *n2);