summaryrefslogtreecommitdiff
path: root/lib/ZSendList.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 17:50:06 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 17:50:06 +0000
commitac16f380e349fa39ec7e26bccb5456cb300006a5 (patch)
treec07ca88af97b4f6b77d28a2dc723d2e4621ed302 /lib/ZSendList.c
parentd33e482744fad80d95cdd89ed380c5b8401e49bf (diff)
Pull in sources from zephyr locker. See /mit/zephyr/repository for
detailed change information.
Diffstat (limited to 'lib/ZSendList.c')
-rw-r--r--lib/ZSendList.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/ZSendList.c b/lib/ZSendList.c
index a7accfb..961975b 100644
--- a/lib/ZSendList.c
+++ b/lib/ZSendList.c
@@ -16,9 +16,7 @@
static char rcsid_ZSendList_c[] = "$Header$";
#endif
-#include <zephyr/mit-copyright.h>
-
-#include <zephyr/zephyr_internal.h>
+#include <internal.h>
Code_t ZSendList(notice, list, nitems, cert_routine)
ZNotice_t *notice;
@@ -33,8 +31,8 @@ Code_t ZSrvSendList(notice, list, nitems, cert_routine, send_routine)
ZNotice_t *notice;
char *list[];
int nitems;
- int (*cert_routine)();
- int (*send_routine)();
+ Z_AuthProc cert_routine;
+ Code_t (*send_routine)();
{
Code_t retval;
ZNotice_t newnotice;