summaryrefslogtreecommitdiff
path: root/lib/ZSendRLst.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZSendRLst.c')
-rw-r--r--lib/ZSendRLst.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/ZSendRLst.c b/lib/ZSendRLst.c
index b148a11..ef44d4a 100644
--- a/lib/ZSendRLst.c
+++ b/lib/ZSendRLst.c
@@ -16,9 +16,7 @@
static char rcsid_ZSendRawList_c[] = "$Header$";
#endif
-#include <zephyr/mit-copyright.h>
-
-#include <zephyr/zephyr_internal.h>
+#include <internal.h>
Code_t ZSendRawList(notice, list, nitems)
ZNotice_t *notice;
@@ -32,7 +30,7 @@ Code_t ZSrvSendRawList(notice, list, nitems, send_routine)
ZNotice_t *notice;
char *list[];
int nitems;
- int (*send_routine)();
+ Code_t (*send_routine)();
{
Code_t retval;
ZNotice_t newnotice;