summaryrefslogtreecommitdiff
path: root/lib/ZIfNotice.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZIfNotice.c')
-rw-r--r--lib/ZIfNotice.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/ZIfNotice.c b/lib/ZIfNotice.c
index e49e6bb..80f5a20 100644
--- a/lib/ZIfNotice.c
+++ b/lib/ZIfNotice.c
@@ -12,19 +12,17 @@
*/
/* $Header$ */
+#include <internal.h>
+
#ifndef lint
-static char rcsid_ZIfNotice_c[] = "$Id$";
+static const char rcsid_ZIfNotice_c[] = "$Id$";
#endif
-#include <zephyr/mit-copyright.h>
-
-#include <zephyr/zephyr_internal.h>
-
Code_t ZIfNotice(notice, from, predicate, args)
ZNotice_t *notice;
struct sockaddr_in *from;
- int (*predicate)();
- char *args;
+ int (*predicate) __P((ZNotice_t *, void *));
+ void *args;
{
ZNotice_t tmpnotice;
Code_t retval;