diff -r 143c68ca625d -r fe350460fb1c finch/gntaccount.c --- a/finch/gntaccount.c Wed Oct 26 02:07:31 2022 -0500 +++ b/finch/gntaccount.c Wed Oct 26 02:58:05 2022 -0500 @@ -781,7 +781,8 @@ accounts.tree = NULL; } -void finch_accounts_show_all() +void +finch_accounts_show_all(void) { PurpleAccountManager *manager = NULL; GList *iter; @@ -889,7 +890,8 @@ GPOINTER_TO_INT(user_data)); } -void finch_accounts_init() +void +finch_accounts_init(void) { PurpleAccountManager *manager = NULL; gpointer account_handle = NULL; @@ -923,7 +925,8 @@ } } -void finch_accounts_uninit() +void +finch_accounts_uninit(void) { if (accounts.window) gnt_widget_destroy(accounts.window);