From 07491fb18538fb6888c57ec8779c9cd76822a990 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 21 Jan 2008 04:11:36 +0000 Subject: smush more warnings --- h/zephyr/zephyr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'h/zephyr') diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h index a61c95f..24d6d8e 100644 --- a/h/zephyr/zephyr.h +++ b/h/zephyr/zephyr.h @@ -157,8 +157,8 @@ Code_t ZSrvSendNotice(ZNotice_t*, Z_AuthProc, Code_t (*)(ZNotice_t *, char *, int, int)); Code_t ZFormatNotice(ZNotice_t*, char**, int*, Z_AuthProc); Code_t ZFormatSmallNotice(ZNotice_t*, ZPacket_t, int*, Z_AuthProc); -Code_t ZFormatRawNoticeList(ZNotice_t *notice, char *list[], int nitems, - char **buffer, int *ret_len); +Code_t ZFormatRawNoticeList(ZNotice_t *, char *[], int, char **, int *); +Code_t ZFormatSmallRawNotice(ZNotice_t *, ZPacket_t, int *); Code_t ZLocateUser(char *, int *, Z_AuthProc); Code_t ZRequestLocations(char *, ZAsyncLocateData_t *, ZNotice_Kind_t, Z_AuthProc); -- cgit v1.2.3