[GRASS-SVN] r38635 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 8 05:34:14 EDT 2009


Author: mmetz
Date: 2009-08-08 05:34:14 -0400 (Sat, 08 Aug 2009)
New Revision: 38635

Modified:
   grass/trunk/include/vector.h
Log:
new function to set proj for vector head

Modified: grass/trunk/include/vector.h
===================================================================
--- grass/trunk/include/vector.h	2009-08-07 18:28:29 UTC (rev 38634)
+++ grass/trunk/include/vector.h	2009-08-08 09:34:14 UTC (rev 38635)
@@ -170,6 +170,7 @@
 int Vect_set_zone(struct Map_info *, int);
 int Vect_get_zone(const struct Map_info *);
 int Vect_get_proj(const struct Map_info *);
+int Vect_set_proj(struct Map_info *, int);
 const char *Vect_get_proj_name(const struct Map_info *);
 int Vect_set_thresh(struct Map_info *, double);
 double Vect_get_thresh(const struct Map_info *);



More information about the grass-commit mailing list