src/protocols/zephyr/ZGetLocs.c

changeset 12424
af82a40f2488
parent 11105
842fa517e08c
--- a/src/protocols/zephyr/ZGetLocs.c	Thu Dec 08 23:36:47 2005 +0000
+++ b/src/protocols/zephyr/ZGetLocs.c	Thu Dec 08 23:38:36 2005 +0000
@@ -11,10 +11,11 @@
 #include "internal.h"
 
 #define min(a,b) ((a)<(b)?(a):(b))
-	
-Code_t ZGetLocations(location, numlocs)
-    ZLocations_t *location;
-    int *numlocs;
+
+/* Prototype for -Wmissing-prototypes */
+Code_t ZGetLocations(ZLocations_t *location, int *numlocs);
+
+Code_t ZGetLocations(ZLocations_t *location, int *numlocs)
 {
     int i;
 	

mercurial