diff options
author | tinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-02-03 17:11:09 +0000 |
---|---|---|
committer | tinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-02-03 17:11:09 +0000 |
commit | 2feba02c44d4f566c8fcdb30dd200473a1a2f6d5 (patch) | |
tree | a401ee765abe12bf6e34e0e7d3a3a1c0861531bb /navit/route.h | |
parent | 1b9ab115aa779cd71c2bf38b1cd784243a305463 (diff) | |
download | navit-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.h | 1 |
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 */ |