summaryrefslogtreecommitdiff
path: root/route.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-12-29 10:55:13 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-12-29 10:55:13 +0000
commitb631df06e4480ddb906da6d09cc1098fa0837b4c (patch)
tree5b001d0ac6bb94b3082d6c2d44d8af763e46115e /route.h
parentd9cd015a1362092c452dc1f4e74e5fa2562f519b (diff)
downloadnavit-svn-b631df06e4480ddb906da6d09cc1098fa0837b4c.tar.gz
Fix:Core:Redraw map if route is created after vehicle update
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@678 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'route.h')
-rw-r--r--route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/route.h b/route.h
index 06575e05..d6a60b44 100644
--- a/route.h
+++ b/route.h
@@ -43,6 +43,7 @@ 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);
int *route_get_speedlist(struct route *this);
+int route_get_path_set(struct route *this);
int route_set_speed(struct route *this, enum item_type type, int value);
int route_contains(struct route *this, struct item *item);
void route_set_position(struct route *this, struct pcoord *pos);