Mercurial > pidgin.yaz
changeset 15183:f495e3063701
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 12 Dec 2006 07:28:39 +0000 |
parents | fbe2187bceec |
children | 8b726534b00d |
files | console/gntblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);