summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-17 15:37:44 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-17 15:37:44 +0000
commit9e833af093f54faebadfb1fb728a19ead5d14881 (patch)
tree8fe30d053604d3495fdeacde794e6c9d2817d7d3 /navit/navit.h
parent91d21bf183b92f57c08950d307364a17036acde9 (diff)
downloadnavit-9e833af093f54faebadfb1fb728a19ead5d14881.tar.gz
Fix:Core:More navigation fixes
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1821 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h
index edaf0f9f6..617de0ce5 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -72,6 +72,7 @@ struct navit_window_items *navit_window_items_new(const char *name, int distance
void navit_window_items_add_item(struct navit_window_items *nwi, enum item_type type);
void navit_add_window_items(struct navit *this_, struct navit_window_items *nwi);
void navit_init(struct navit *this_);
+void navit_zoom_to_route(struct navit *this_);
void navit_set_center(struct navit *this_, struct pcoord *center);
void navit_set_center_screen(struct navit *this_, struct point *p);
int navit_set_attr(struct navit *this_, struct attr *attr);