summaryrefslogtreecommitdiff
path: root/route.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-12-28 10:04:39 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-12-28 10:04:39 +0000
commitd0a013d6282d31eb67db31c509a1db49afa7a374 (patch)
tree3e8eae788657a5b32dae723fc32d38181785ff53 /route.h
parent8ed6909efe762ab6e5d58dfb1db03d81eb8dae31 (diff)
downloadnavit-svn-d0a013d6282d31eb67db31c509a1db49afa7a374.tar.gz
Add:Core:Better support for route map
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@674 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 6455cff8..06575e05 100644
--- a/route.h
+++ b/route.h
@@ -74,6 +74,7 @@ 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);
void route_toggle_routegraph_display(struct route *route);
+void route_init(void);
/* end of prototypes */
#endif