summaryrefslogtreecommitdiff
path: root/navit/route.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/route.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/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 133fb4b7e..686e16394 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -110,6 +110,8 @@ struct map *route_get_graph_map(struct route *route);
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_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);