[GRASS-SVN] r51086 - grass/trunk/include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 16 13:05:57 EDT 2012


Author: martinl
Date: 2012-03-16 10:05:57 -0700 (Fri, 16 Mar 2012)
New Revision: 51086

Modified:
   grass/trunk/include/defs/vector.h
Log:
vlib: fix compilation issues


Modified: grass/trunk/include/defs/vector.h
===================================================================
--- grass/trunk/include/defs/vector.h	2012-03-16 16:47:16 UTC (rev 51085)
+++ grass/trunk/include/defs/vector.h	2012-03-16 17:05:57 UTC (rev 51086)
@@ -459,12 +459,12 @@
 int Vect_save_topo(struct Map_info *);
 int Vect_open_sidx(struct Map_info *, int);
 int Vect_save_sidx(struct Map_info *);
-int Vect_sidx_dump(struct Map_info *, FILE *);
+int Vect_sidx_dump(const struct Map_info *, FILE *);
 int Vect_build_sidx_from_topo(struct Map_info *);
 int Vect_build_sidx(struct Map_info *);
 int Vect_open_fidx(struct Map_info *, struct Format_info_offset *);
 int Vect_save_fidx(struct Map_info *, struct Format_info_offset *);
-int Vect_fidx_dump(struct Map_info *, FILE *);
+int Vect_fidx_dump(const struct Map_info *, FILE *);
 
 int Vect__write_head(const struct Map_info *);
 int Vect__read_head(struct Map_info *);



More information about the grass-commit mailing list