--- a/libpurple/protocols/zephyr/ZWait4Not.c Tue Jan 21 10:33:37 2025 -0600 +++ b/libpurple/protocols/zephyr/ZWait4Not.c Tue Jan 21 10:44:24 2025 -0600 @@ -30,11 +30,9 @@ #include <sys/socket.h> #endif -Code_t Z_WaitForNotice (notice, pred, arg, timeout) - ZNotice_t *notice; - int (*pred) __P((ZNotice_t *, void *)); - void *arg; - int timeout; +Code_t +Z_WaitForNotice(ZNotice_t *notice, int (*pred) __P((ZNotice_t *, void *)), void *arg, + int timeout) { Code_t retval; struct timeval tv, t0;