]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/lib/ZFmtRawLst.c
r4254@bucket (orig r244): kcr | 2008-01-20 14:40:42 -0500
[1ts-debian.git] / zephyr / lib / ZFmtRawLst.c
index 7d83f71149186950946187188253c813d800a813..470b01f769a7f27c938bd6b2dd7a078d74546869 100644 (file)
@@ -16,12 +16,12 @@ static char rcsid_ZFormatRawNoticeList_c[] = "$Id$";
 
 #include <internal.h>
 
-Code_t ZFormatRawNoticeList(notice, list, nitems, buffer, ret_len)
-    ZNotice_t *notice;
-    char *list[];
-    int nitems;
-    char **buffer;
-    int *ret_len;
+Code_t
+ZFormatRawNoticeList(ZNotice_t *notice,
+                    char *list[],
+                    int nitems,
+                    char **buffer,
+                    int *ret_len)
 {
     char header[Z_MAXHEADERLEN];
     int hdrlen, i, size;