]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/lib/ZWait4Not.c
r4254@bucket (orig r244): kcr | 2008-01-20 14:40:42 -0500
[1ts-debian.git] / zephyr / lib / ZWait4Not.c
index 2313e2e58b4d818bcc8bbfc16630d744c40cbb43..c30dd065d50b81d8384526f53db9b140d044c139 100644 (file)
@@ -20,11 +20,11 @@ static char rcsid_ZWaitForNotice_c[] = "$Id$";
 #include <internal.h>
 #include <sys/socket.h>
 
-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;