]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/lib/ZIfNotice.c
r4254@bucket (orig r244): kcr | 2008-01-20 14:40:42 -0500
[1ts-debian.git] / zephyr / lib / ZIfNotice.c
index b42138ec5e1d113e08dc4da63f9ff4d7105f4aab..a3652b5610abefdc58f42c96b898d0562516bd04 100644 (file)
 static const char rcsid_ZIfNotice_c[] = "$Id$";
 #endif
 
-Code_t ZIfNotice(notice, from, predicate, args)
-    ZNotice_t *notice;
-    struct sockaddr_in *from;
-    int (*predicate) __P((ZNotice_t *, void *));
-    void *args;
+Code_t
+ZIfNotice(ZNotice_t *notice,
+         struct sockaddr_in *from,
+         int (*predicate)(ZNotice_t *, void *),
+         void *args)
 {
     ZNotice_t tmpnotice;
     Code_t retval;