浏览代码

new cleaning tool, header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37788 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 16 年之前
父节点
当前提交
cbed655c1d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 *,