[GRASS-SVN] r43709 - grass/branches/releasebranch_6_4/include

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 27 14:02:01 EDT 2010


Author: mmetz
Date: 2010-09-27 18:02:01 +0000 (Mon, 27 Sep 2010)
New Revision: 43709

Modified:
   grass/branches/releasebranch_6_4/include/Vect.h
Log:
update Vect.h with Vect_merge_lines

Modified: grass/branches/releasebranch_6_4/include/Vect.h
===================================================================
--- grass/branches/releasebranch_6_4/include/Vect.h	2010-09-27 18:00:43 UTC (rev 43708)
+++ grass/branches/releasebranch_6_4/include/Vect.h	2010-09-27 18:02:01 UTC (rev 43709)
@@ -313,6 +313,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