summaryrefslogtreecommitdiff
path: root/navit/navigation.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-23 00:23:34 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-23 00:23:34 +0000
commite51cb5c13e618bedc5504c5ec1f710b9bcd66a4a (patch)
tree50679c85dbfabf4b92f2a298e4ce3ead442de582 /navit/navigation.h
parent3e80752bc4c8d8f831cd52eca469d2c83cb3ea97 (diff)
downloadnavit-e51cb5c13e618bedc5504c5ec1f710b9bcd66a4a.tar.gz
Add:Core:Made routing a background task
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1965 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navigation.h')
-rw-r--r--navit/navigation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/navit/navigation.h b/navit/navigation.h
index 0aea185d2..ae6c7210e 100644
--- a/navit/navigation.h
+++ b/navit/navigation.h
@@ -33,12 +33,11 @@ struct navigation;
struct route;
struct navigation *navigation_new(struct attr *parent, struct attr **attrs);
int navigation_set_announce(struct navigation *this_, enum item_type type, int *level);
-void navigation_update(struct navigation *this_, struct route *route);
-void navigation_flush(struct navigation *this_);
void navigation_destroy(struct navigation *this_);
int navigation_register_callback(struct navigation *this_, enum attr_type type, struct callback *cb);
void navigation_unregister_callback(struct navigation *this_, enum attr_type type, struct callback *cb);
struct map *navigation_get_map(struct navigation *this_);
+void navigation_set_route(struct navigation *this_, struct route *route);
void navigation_init(void);
/* end of prototypes */
#ifdef __cplusplus