finch/gntaccount.c

changeset 41840
fe350460fb1c
parent 41817
91f9ce89468b
child 41851
64d7e69bff25
--- 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);

mercurial