summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
authorzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-11-07 22:48:26 +0000
committerzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-11-07 22:48:26 +0000
commit53e611e912363997ce8d95e08821abf009b2d453 (patch)
tree29fd84f2aa68a6d3470ca54b0e4009ace50db15b /navit/route.h
parent072248c7b1380cb2a4d08eeb772dac96945aed2c (diff)
downloadnavit-53e611e912363997ce8d95e08821abf009b2d453.tar.gz
Core:fix: Projections support in tracking|
Now garmin maps with tracking=1 are displayed ok. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1681 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/route.h')
-rw-r--r--navit/route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/route.h b/navit/route.h
index 4b8422f40..133fb4b7e 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -111,6 +111,8 @@ void route_toggle_routegraph_display(struct route *route);
void route_set_projection(struct route *this_, enum projection pro);
int route_destination_reached(struct route *this);
void route_init(void);
+int route_pos_contains(struct route *this, struct item *item);
+
/* end of prototypes */
#endif