pidgin/plugins/unity/unity.c

changeset 41840
fe350460fb1c
parent 41696
35f8ce475b21
child 41962
f802660eaef2
--- a/pidgin/plugins/unity/unity.c	Wed Oct 26 02:07:31 2022 -0500
+++ b/pidgin/plugins/unity/unity.c	Wed Oct 26 02:58:05 2022 -0500
@@ -52,7 +52,7 @@
 static void detach_signals(PurpleConversation *conv);
 
 static void
-update_launcher()
+update_launcher(void)
 {
 	guint count = 0;
 	GList *convs = NULL;
@@ -129,7 +129,7 @@
 }
 
 static void
-refill_messaging_menu()
+refill_messaging_menu(void)
 {
 	PurpleConversationManager *manager = NULL;
 	GList *convs;

mercurial