summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-21 04:11:36 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-21 04:11:36 +0000
commit07491fb18538fb6888c57ec8779c9cd76822a990 (patch)
tree5ef29173d4ba66e619f22e1c79e4bd30bb785cde /h/zephyr
parent728471bb8cf5a9d253cf45b0aebe65567a4cc742 (diff)
smush more warnings
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr.h4
1 files changed, 2 insertions, 2 deletions
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);