diff -r 143c68ca625d -r fe350460fb1c pidgin/plugins/notify/notify.c --- 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();