From be0f2acd7cafc5936fdf2d0e208276fc3fe1014d Mon Sep 17 00:00:00 2001 From: "John F. Carr" Date: Thu, 13 Dec 1990 06:34:57 +0000 Subject: Declare cert_routine argument correctly. --- lib/ZFmtList.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ZFmtList.c') diff --git a/lib/ZFmtList.c b/lib/ZFmtList.c index 6711f75..b7108f6 100644 --- a/lib/ZFmtList.c +++ b/lib/ZFmtList.c @@ -27,7 +27,7 @@ Code_t ZFormatNoticeList(notice, list, nitems, buffer, ret_len, int nitems; char **buffer; int *ret_len; - int (*cert_routine)(); + Z_AuthProc cert_routine; { char header[Z_MAXHEADERLEN]; int hdrlen, i, size; -- cgit v1.2.3