Browse Source

new cleaning tool, header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37788 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 16 years ago
parent
commit
cbed655c1d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/Vect.h

+ 1 - 0
include/Vect.h

@@ -317,6 +317,7 @@ int Vect_point_in_island(double, double, const struct Map_info *, int);
 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 *,