libpurple/protocols/zephyr/ZCkIfNot.c

branch
release-2.x.y
changeset 43153
2e4624a59df5
parent 31294
73607ab89c6f
--- a/libpurple/protocols/zephyr/ZCkIfNot.c	Tue Jan 21 10:33:37 2025 -0600
+++ b/libpurple/protocols/zephyr/ZCkIfNot.c	Tue Jan 21 10:44:24 2025 -0600
@@ -10,11 +10,9 @@
 
 #include "internal.h"
 
-Code_t ZCheckIfNotice(notice, from, predicate, args)
-    ZNotice_t *notice;
-    struct sockaddr_in *from;
-    register int (*predicate) __P((ZNotice_t *, void *));
-    void *args;
+Code_t
+ZCheckIfNotice(ZNotice_t *notice, struct sockaddr_in *from,
+               register int (*predicate) __P((ZNotice_t *, void *)), void *args)
 {
     ZNotice_t tmpnotice;
     Code_t retval;

mercurial