summaryrefslogtreecommitdiff
path: root/lib/ZFmtList.c
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-15 06:09:27 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-15 06:09:27 +0000
commitf401e125dae2370d0c66d77ea9bfdf708d9061c6 (patch)
treec7a5052d76c3c02abcc78844fd02267e0f2083eb /lib/ZFmtList.c
parent023cb62a4fefd1506067b65d4d97b2c050343d01 (diff)
Changed signature slightly to match prototype in header file.
Diffstat (limited to 'lib/ZFmtList.c')
-rw-r--r--lib/ZFmtList.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/ZFmtList.c b/lib/ZFmtList.c
index b7108f6..bc3ae4d 100644
--- a/lib/ZFmtList.c
+++ b/lib/ZFmtList.c
@@ -6,15 +6,16 @@
* $Source$
* $Author$
*
- * Copyright (c) 1987 by the Massachusetts Institute of Technology.
+ * Copyright (c) 1987,1991 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
/* $Header$ */
#ifndef lint
-static char rcsid_ZFormatNoticeList_c[] = "$Header$";
-#endif lint
+static char rcsid_ZFormatNoticeList_c[] =
+ "$Header$";
+#endif
#include <zephyr/mit-copyright.h>
@@ -23,7 +24,7 @@ static char rcsid_ZFormatNoticeList_c[] = "$Header$";
Code_t ZFormatNoticeList(notice, list, nitems, buffer, ret_len,
cert_routine)
ZNotice_t *notice;
- char *list[];
+ char **list;
int nitems;
char **buffer;
int *ret_len;