]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - lib/ZFmtRaw.c
undo merge disaster
[1ts-debian.git] / lib / ZFmtRaw.c
index 691ded0fca1816af75813103a26cb4d963ef50ff..2940f98f30647668db9d65969dc01a5e0c948828 100644 (file)
  */
 
 #ifndef lint
-static const char rcsid_ZFormatRawNotice_c[] = "$Id$";
+static char rcsid_ZFormatRawNotice_c[] = "$Id$";
 #endif
 
 #include <internal.h>
 
-Code_t
-ZFormatRawNotice(register ZNotice_t *notice,
-                char **buffer,
-                int *ret_len)
+Code_t ZFormatRawNotice(notice, buffer, ret_len)
+    register ZNotice_t *notice;
+    char **buffer;
+    int *ret_len;
 {
     char header[Z_MAXHEADERLEN];
     int hdrlen;