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 fcc9546..e8fcaf2 100644
--- a/lib/ZCkIfNot.c
+++ b/lib/ZCkIfNot.c
@@ -16,11 +16,11 @@
static const char rcsid_ZCheckIfNotice_c[] = "$Id$";
#endif
-Code_t ZCheckIfNotice(notice, from, predicate, args)
- ZNotice_t *notice;
- struct sockaddr_in *from;
- register int (*predicate) __P((ZNotice_t *, void *));
- void *args;
+Code_t
+ZCheckIfNotice(ZNotice_t *notice,
+ struct sockaddr_in *from,
+ register int (*predicate)(ZNotice_t *, void *),
+ void *args)
{
ZNotice_t tmpnotice;
Code_t retval;