From 46fdbce92adb2fde852aa7ecdd2b2172486147ba Mon Sep 17 00:00:00 2001 From: martin-s Date: Thu, 29 May 2014 15:45:01 +0000 Subject: Add:Core:Improved routing api and support for testing route positions without rebuilding graph git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5789 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'navit/route.h') diff --git a/navit/route.h b/navit/route.h index cb720f21f..5daae7f89 100644 --- a/navit/route.h +++ b/navit/route.h @@ -82,6 +82,7 @@ struct street_data; struct tracking; struct vehicleprofile; struct route *route_new(struct attr *parent, struct attr **attrs); +struct route *route_dup(struct route *orig); void route_set_mapset(struct route *this_, struct mapset *ms); void route_set_profile(struct route *this_, struct vehicleprofile *prof); struct mapset *route_get_mapset(struct route *this_); -- cgit v1.2.1