summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ZFmtList.c2
1 files changed, 1 insertions, 1 deletions
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;