Browse Source

update header for https://trac.osgeo.org/grass/ticket/1277

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

+ 5 - 0
include/vector.h

@@ -380,6 +380,11 @@ int Vect_net_shortest_path_coor(struct Map_info *, double, double, double,
 				double *, struct line_pnts *, struct ilist *,
 				double *, struct line_pnts *, struct ilist *,
 				struct line_pnts *, struct line_pnts *,
 				struct line_pnts *, struct line_pnts *,
 				double *, double *);
 				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 */
 /* Miscellaneous */
 int Vect_topo_dump(const struct Map_info *, FILE *);
 int Vect_topo_dump(const struct Map_info *, FILE *);