libpurple/protocols/zephyr/ZWait4Not.c

branch
release-2.x.y
changeset 43153
2e4624a59df5
parent 31294
73607ab89c6f
--- 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;

mercurial