[GRASS-SVN] r38972 - grass/branches/develbranch_6/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 4 13:30:26 EDT 2009
Author: martinl
Date: 2009-09-04 13:30:26 -0400 (Fri, 04 Sep 2009)
New Revision: 38972
Modified:
grass/branches/develbranch_6/include/Vect.h
Log:
don't use argument identifiers in header files
Modified: grass/branches/develbranch_6/include/Vect.h
===================================================================
--- grass/branches/develbranch_6/include/Vect.h 2009-09-04 17:28:57 UTC (rev 38971)
+++ grass/branches/develbranch_6/include/Vect.h 2009-09-04 17:30:26 UTC (rev 38972)
@@ -194,9 +194,9 @@
int Vect_get_num_areas(struct Map_info *);
int Vect_get_num_faces(struct Map_info *);
int Vect_get_num_kernels(struct Map_info *);
-int Vect_get_num_volumes(struct Map_info *map);
+int Vect_get_num_volumes(struct Map_info *);
int Vect_get_num_islands(struct Map_info *);
-int Vect_get_num_holes(struct Map_info *map);
+int Vect_get_num_holes(struct Map_info *);
int Vect_get_line_box(struct Map_info *, int, BOUND_BOX *);
int Vect_get_area_box(struct Map_info *, int, BOUND_BOX *);
int Vect_get_isle_box(struct Map_info *, int, BOUND_BOX *);
More information about the grass-commit
mailing list