--- 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();