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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 9 12:59:45 EDT 2009


Author: mmetz
Date: 2009-06-09 12:59:45 -0400 (Tue, 09 Jun 2009)
New Revision: 37788

Modified:
   grass/trunk/include/Vect.h
Log:
new cleaning tool, header

Modified: grass/trunk/include/Vect.h
===================================================================
--- grass/trunk/include/Vect.h	2009-06-09 14:59:11 UTC (rev 37787)
+++ grass/trunk/include/Vect.h	2009-06-09 16:59:45 UTC (rev 37788)
@@ -317,6 +317,7 @@
 void Vect_break_lines(struct Map_info *, int, struct Map_info *);
 int Vect_break_lines_list(struct Map_info *, struct ilist *, struct ilist *,
 			  int, struct Map_info *);
+int Vect_merge_lines(struct Map_info *, int, int *, struct Map_info *);
 void Vect_break_polygons(struct Map_info *, int, struct Map_info *);
 void Vect_remove_duplicates(struct Map_info *, int, struct Map_info *);
 int Vect_line_check_duplicate(const struct line_pnts *,



More information about the grass-commit mailing list