finch/gntnotify.c

changeset 22104
56970903b8e9
parent 20984
d8539239d231
child 22398
1a6f172dfbd4
child 22991
a5a6aafb28b4
--- 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)

mercurial