[GRASS-SVN] r70561 - grass/trunk/include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 14 03:59:34 PST 2017


Author: hcho
Date: 2017-02-14 03:59:34 -0800 (Tue, 14 Feb 2017)
New Revision: 70561

Modified:
   grass/trunk/include/defs/vedit.h
Log:
vedit: Add Vedit_extend_lines()

Modified: grass/trunk/include/defs/vedit.h
===================================================================
--- grass/trunk/include/defs/vedit.h	2017-02-14 11:59:15 UTC (rev 70560)
+++ grass/trunk/include/defs/vedit.h	2017-02-14 11:59:34 UTC (rev 70561)
@@ -6,6 +6,9 @@
 		      struct line_pnts *, double, struct ilist *);
 int Vedit_connect_lines(struct Map_info *, struct ilist *, double);
 
+/* extend.c */
+int Vedit_extend_lines(struct Map_info *, struct ilist *, int, int, double);
+
 /* cats.c */
 int Vedit_modify_cats(struct Map_info *, struct ilist *,
 		      int, int, struct cat_list *);



More information about the grass-commit mailing list