summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-05-29 15:45:01 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-05-29 15:45:01 +0000
commit46fdbce92adb2fde852aa7ecdd2b2172486147ba (patch)
tree2d4eaa063bc003b5b9088f98a96c957aa66c381e /navit/route.h
parentc372b4d5c0ef1718495fc9e86303f31d2f5f3b34 (diff)
downloadnavit-46fdbce92adb2fde852aa7ecdd2b2172486147ba.tar.gz
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
Diffstat (limited to 'navit/route.h')
-rw-r--r--navit/route.h1
1 files changed, 1 insertions, 0 deletions
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_);