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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 10 16:51:26 EDT 2009


Author: martinl
Date: 2009-10-10 16:51:26 -0400 (Sat, 10 Oct 2009)
New Revision: 39478

Modified:
   grass/trunk/include/vector.h
Log:
V1_write_line_ogr enabled


Modified: grass/trunk/include/vector.h
===================================================================
--- grass/trunk/include/vector.h	2009-10-10 20:48:57 UTC (rev 39477)
+++ grass/trunk/include/vector.h	2009-10-10 20:51:26 UTC (rev 39478)
@@ -478,10 +478,8 @@
 			const struct line_cats *);
 off_t V2_write_line_nat(struct Map_info *, int, const struct line_pnts *,
 			const struct line_cats *);
-#if 0
-off_t V1_write_line_ogr(struct Map_info *, int, struct line_pnts *,
-		       struct line_cats *);
-#endif
+int V1_write_line_ogr(struct Map_info *, int, const struct line_pnts *,
+		      const struct line_cats *);
 off_t V1_rewrite_line_nat(struct Map_info *, off_t, int,
 			  const struct line_pnts *, const struct line_cats *);
 int V2_rewrite_line_nat(struct Map_info *, int, int,



More information about the grass-commit mailing list