finch/gntxfer.c

changeset 41840
fe350460fb1c
parent 41720
bcfc2c9e5213
child 42079
679258d92a92
--- a/finch/gntxfer.c	Wed Oct 26 02:07:31 2022 -0500
+++ b/finch/gntxfer.c	Wed Oct 26 02:58:05 2022 -0500
@@ -254,7 +254,7 @@
 }
 
 void
-finch_xfer_dialog_destroy()
+finch_xfer_dialog_destroy(void)
 {
 	gnt_widget_destroy(xfer_dialog->window);
 	g_free(xfer_dialog);
@@ -262,7 +262,7 @@
 }
 
 void
-finch_xfer_dialog_show()
+finch_xfer_dialog_show(void)
 {
 	if (xfer_dialog == NULL)
 		finch_xfer_dialog_new();

mercurial