From: <the...@us...> - 2006-12-12 07:28:50
|
Revision: 17970 http://svn.sourceforge.net/gaim/?rev=17970&view=rev Author: thekingant Date: 2006-12-11 23:28:39 -0800 (Mon, 11 Dec 2006) Log Message: ----------- Get rid of a vague compile warning: gntblist.c:1948: warning: ?\226?\128?\152account_signed_on_cb?\226?\128?\153 was used with no prototype before its definition Modified Paths: -------------- trunk/console/gntblist.c Modified: trunk/console/gntblist.c =================================================================== --- trunk/console/gntblist.c 2006-12-12 07:27:11 UTC (rev 17969) +++ trunk/console/gntblist.c 2006-12-12 07:28:39 UTC (rev 17970) @@ -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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |