--- a/libpurple/protocols/zephyr/ZWait4Not.c Mon Sep 16 19:37:11 2019 -0400 +++ b/libpurple/protocols/zephyr/ZWait4Not.c Mon Sep 16 19:50:39 2019 -0400 @@ -32,7 +32,7 @@ Code_t Z_WaitForNotice (notice, pred, arg, timeout) ZNotice_t *notice; - int (*pred) __P((ZNotice_t *, void *)); + int (*pred)(ZNotice_t *, void *); void *arg; int timeout; {