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/ZGetLocs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/ZGetLocs.c') diff --git a/lib/ZGetLocs.c b/lib/ZGetLocs.c index d32d53c..cbc07fb 100644 --- a/lib/ZGetLocs.c +++ b/lib/ZGetLocs.c @@ -18,9 +18,9 @@ static char rcsid_ZGetLocations_c[] = "$Id$"; #define min(a,b) ((a)<(b)?(a):(b)) -Code_t ZGetLocations(location, numlocs) - ZLocations_t *location; - int *numlocs; +Code_t +ZGetLocations(ZLocations_t *location, + int *numlocs) { int i; -- cgit v1.2.3