summaryrefslogtreecommitdiff
path: root/lib/ZGetLocs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZGetLocs.c')
-rw-r--r--lib/ZGetLocs.c6
1 files changed, 3 insertions, 3 deletions
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;