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/ZCmpUIDP.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/ZCmpUIDP.c') diff --git a/lib/ZCmpUIDP.c b/lib/ZCmpUIDP.c index 19cbc16..087fc33 100644 --- a/lib/ZCmpUIDP.c +++ b/lib/ZCmpUIDP.c @@ -16,16 +16,16 @@ static char rcsid_ZCompareUIDPred_c[] = "$Id$"; #include -int ZCompareUIDPred(notice, uid) - ZNotice_t *notice; - void *uid; +int +ZCompareUIDPred(ZNotice_t *notice, + void *uid) { return (ZCompareUID(¬ice->z_uid, (ZUnique_Id_t *) uid)); } -int ZCompareMultiUIDPred(notice, uid) - ZNotice_t *notice; - void *uid; +int +ZCompareMultiUIDPred(ZNotice_t *notice, + void *uid) { return (ZCompareUID(¬ice->z_multiuid, (ZUnique_Id_t *) uid)); } -- cgit v1.2.3