diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-01-23 00:23:34 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-01-23 00:23:34 +0000 |
commit | e51cb5c13e618bedc5504c5ec1f710b9bcd66a4a (patch) | |
tree | 50679c85dbfabf4b92f2a298e4ce3ead442de582 /navit/route.h | |
parent | 3e80752bc4c8d8f831cd52eca469d2c83cb3ea97 (diff) | |
download | navit-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.h | 2 |
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); |