From 3017fb3605d59cb41c4def4ffd0b7f967f99315d Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 20 Jan 2008 19:40:42 +0000 Subject: first pass de-K&Rify lib --- lib/ZCkIfNot.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/ZCkIfNot.c') 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; -- cgit v1.2.3