summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
authorhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-15 22:07:29 +0000
committerhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-15 22:07:29 +0000
commitb872ce7e46a454a023c02d1cabb2322ca004a9d2 (patch)
treee1bc028aa5a2fa7aaeed8a5d3c2b724e74ba37aa /navit/route.h
parent4d4fbae3a3d34b62994712c692ef1202b4889abe (diff)
downloadnavit-b872ce7e46a454a023c02d1cabb2322ca004a9d2.tar.gz
Fix:Core:Some cleanups|Thanks dd_2nd for the patch
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2213 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 0b14c285a..19cf06978 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -80,6 +80,7 @@ struct tracking;
struct transformation;
struct route *route_new(struct attr *parent, struct attr **attrs);
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);
struct route_info *route_get_pos(struct route *this);
struct route_info *route_get_dst(struct route *this);