[GRASS-SVN] r45391 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 13 05:17:01 EST 2011


Author: mmetz
Date: 2011-02-13 02:17:01 -0800 (Sun, 13 Feb 2011)
New Revision: 45391

Modified:
   grass/trunk/include/vector.h
Log:
update header for #1277

Modified: grass/trunk/include/vector.h
===================================================================
--- grass/trunk/include/vector.h	2011-02-13 09:57:16 UTC (rev 45390)
+++ grass/trunk/include/vector.h	2011-02-13 10:17:01 UTC (rev 45391)
@@ -380,6 +380,11 @@
 				double *, struct line_pnts *, struct ilist *,
 				struct line_pnts *, struct line_pnts *,
 				double *, double *);
+int Vect_net_shortest_path_coor2(struct Map_info *, double, double, double,
+				double, double, double, double, double,
+				double *, struct line_pnts *, struct ilist *, struct ilist *,
+				struct line_pnts *, struct line_pnts *,
+				double *, double *);
 
 /* Miscellaneous */
 int Vect_topo_dump(const struct Map_info *, FILE *);



More information about the grass-commit mailing list