[GRASS-SVN] r43533 - grass/branches/develbranch_6/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 20 04:03:41 EDT 2010
Author: mmetz
Date: 2010-09-20 08:03:41 +0000 (Mon, 20 Sep 2010)
New Revision: 43533
Modified:
grass/branches/develbranch_6/include/Vect.h
Log:
update header for merge_lines
Modified: grass/branches/develbranch_6/include/Vect.h
===================================================================
--- grass/branches/develbranch_6/include/Vect.h 2010-09-20 08:02:51 UTC (rev 43532)
+++ grass/branches/develbranch_6/include/Vect.h 2010-09-20 08:03:41 UTC (rev 43533)
@@ -324,6 +324,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