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/ZFreeNot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ZFreeNot.c') diff --git a/lib/ZFreeNot.c b/lib/ZFreeNot.c index f5ce360..355d0e3 100644 --- a/lib/ZFreeNot.c +++ b/lib/ZFreeNot.c @@ -16,8 +16,8 @@ static char rcsid_ZFreeNotice_c[] = "$Id$"; #include -Code_t ZFreeNotice(notice) - ZNotice_t *notice; +Code_t +ZFreeNotice(ZNotice_t *notice) { free(notice->z_packet); return 0; -- cgit v1.2.3