]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - lib/ZRecvNot.c
undo merge disaster
[1ts-debian.git] / lib / ZRecvNot.c
index fbb288af4d0846136a996fc40bc10e16c87812c6..27cba29605a0f85d1bba22bc82b6c5cdac9e9a03 100644 (file)
  */
 
 #ifndef lint
-static const char rcsid_ZReceiveNotice_c[] = "$Id$";
+static char rcsid_ZReceiveNotice_c[] = "$Id$";
 #endif
 
 #include <internal.h>
 
-Code_t
-ZReceiveNotice(ZNotice_t *notice,
-              struct sockaddr_in *from)
+Code_t ZReceiveNotice(notice, from)
+    ZNotice_t *notice;
+    struct sockaddr_in *from;
 {
     char *buffer;
     struct _Z_InputQ *nextq;