summaryrefslogtreecommitdiff
path: root/route.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-01-05 22:46:19 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-01-05 22:46:19 +0000
commitb551dae24d7b3f8c81d9a8167fbfa3a2c4a2b1b4 (patch)
tree26c0f9ca6f8f087899c5b4a9bd643ad9d949f446 /route.h
parent041703b43586ea9e0a61e553436640403d39a3ed (diff)
downloadnavit-svn-b551dae24d7b3f8c81d9a8167fbfa3a2c4a2b1b4.tar.gz
Add:Core:Added graph segments to route graph map
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@723 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 a096916b..9473bea7 100644
--- a/route.h
+++ b/route.h
@@ -76,6 +76,7 @@ void route_draw(struct route *this, struct transformation *t, struct displaylist
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_set_projection(struct route *this_, enum projection pro);
void route_init(void);
/* end of prototypes */