summaryrefslogtreecommitdiff
path: root/route.h
diff options
context:
space:
mode:
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