pidgin/plugins/notify/notify.c

changeset 41840
fe350460fb1c
parent 41718
785c4056ce54
child 42202
2273647d24b0
--- a/pidgin/plugins/notify/notify.c	Wed Oct 26 02:07:31 2022 -0500
+++ b/pidgin/plugins/notify/notify.c	Wed Oct 26 02:58:05 2022 -0500
@@ -659,7 +659,7 @@
 }
 
 static void
-apply_method()
+apply_method(void)
 {
 	GList *convs;
 
@@ -677,7 +677,7 @@
 }
 
 static void
-apply_notify()
+apply_notify(void)
 {
 	GList *convs = purple_conversations_get_all();
 

mercurial