summaryrefslogtreecommitdiff
path: root/route.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-01-01 22:13:02 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-01-01 22:13:02 +0000
commit06f573ac24e0c55c9963080499cce16a8a93bdb9 (patch)
tree54b5108dacbb3d5e0e10050a05e4039d1e34c7de /route.h
parente8a726e017a65042bca1cebe3aa400540e65863d (diff)
downloadnavit-svn-06f573ac24e0c55c9963080499cce16a8a93bdb9.tar.gz
Fix:Core:Improved some internal stuff
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@683 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 d6a60b44..a096916b 100644
--- a/route.h
+++ b/route.h
@@ -74,6 +74,7 @@ struct coord *route_info_get(struct route_info_handle *h);
void route_info_close(struct route_info_handle *h);
void route_draw(struct route *this, struct transformation *t, struct displaylist *dsp);
struct map *route_get_map(struct route *route);
+struct map *route_get_graph_map(struct route *route);
void route_toggle_routegraph_display(struct route *route);
void route_init(void);
/* end of prototypes */