--- a/finch/gntnotify.c Wed Jan 02 22:15:06 2008 +0000 +++ b/finch/gntnotify.c Thu Jan 03 04:57:40 2008 +0000 @@ -147,14 +147,14 @@ } static void -reset_email_dialog() +reset_email_dialog(void) { emaildialog.window = NULL; emaildialog.tree = NULL; } static void -setup_email_dialog() +setup_email_dialog(void) { GntWidget *box, *tree, *button; if (emaildialog.window)