summaryrefslogtreecommitdiff
path: root/lib/ZCkIfNot.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZCkIfNot.c')
-rw-r--r--lib/ZCkIfNot.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/ZCkIfNot.c b/lib/ZCkIfNot.c
index 6ca5ef7..39b0eed 100644
--- a/lib/ZCkIfNot.c
+++ b/lib/ZCkIfNot.c
@@ -12,17 +12,17 @@
*/
/* $Header$ */
+#include <internal.h>
+
#ifndef lint
-static char rcsid_ZCheckIfNotice_c[] = "$Id$";
+static const char rcsid_ZCheckIfNotice_c[] = "$Id$";
#endif
-#include <zephyr/zephyr_internal.h>
-
Code_t ZCheckIfNotice(notice, from, predicate, args)
ZNotice_t *notice;
struct sockaddr_in *from;
- register int (*predicate)();
- char *args;
+ register int (*predicate) __P((ZNotice_t *, void *));
+ void *args;
{
ZNotice_t tmpnotice;
Code_t retval;