summaryrefslogtreecommitdiff
path: root/lib/ZSendNot.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZSendNot.c')
-rw-r--r--lib/ZSendNot.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/ZSendNot.c b/lib/ZSendNot.c
index 3bd6f8a..18d31c0 100644
--- a/lib/ZSendNot.c
+++ b/lib/ZSendNot.c
@@ -16,21 +16,19 @@
static char rcsid_ZSendNotice_c[] = "$Header$";
#endif
-#include <zephyr/mit-copyright.h>
-
-#include <zephyr/zephyr_internal.h>
+#include <internal.h>
Code_t ZSendNotice(notice, cert_routine)
ZNotice_t *notice;
- int (*cert_routine)();
+ Z_AuthProc cert_routine;
{
return(ZSrvSendNotice(notice, cert_routine, Z_XmitFragment));
}
Code_t ZSrvSendNotice(notice, cert_routine, send_routine)
ZNotice_t *notice;
- int (*cert_routine)();
- int (*send_routine)();
+ Z_AuthProc cert_routine;
+ Code_t (*send_routine)();
{
Code_t retval;
ZNotice_t newnotice;