summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
authortinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-02-03 17:11:09 +0000
committertinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-02-03 17:11:09 +0000
commit2feba02c44d4f566c8fcdb30dd200473a1a2f6d5 (patch)
treea401ee765abe12bf6e34e0e7d3a3a1c0861531bb /navit/route.h
parent1b9ab115aa779cd71c2bf38b1cd784243a305463 (diff)
downloadnavit-2feba02c44d4f566c8fcdb30dd200473a1a2f6d5.tar.gz
Add:Core:Added autozoom support
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1998 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/route.h')
-rw-r--r--navit/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/route.h b/navit/route.h
index 686e16394..787bc2b6b 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -114,6 +114,7 @@ void route_add_callback(struct route *this_, struct callback *cb);
void route_remove_callback(struct route *this_, struct callback *cb);
void route_init(void);
int route_pos_contains(struct route *this, struct item *item);
+struct coord route_get_coord_dist(struct route *this_, int dist);
/* end of prototypes */