diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-05-05 18:42:04 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-05-05 18:42:04 +0000 |
commit | 71ee6db7ac5d0d9a6ac107676602bf2b7253acc9 (patch) | |
tree | 0eb3020bc473dd44b399e163842021299ec5dde5 /navit/route.h | |
parent | 9d94a7f9a964d30114a283b0b43ca35c0a2765d5 (diff) | |
download | navit-71ee6db7ac5d0d9a6ac107676602bf2b7253acc9.tar.gz |
Add:Core:Made routing optionally asynchronous
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2254 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/route.h')
-rw-r--r-- | navit/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/route.h b/navit/route.h index 19cf06978..b629581e7 100644 --- a/navit/route.h +++ b/navit/route.h @@ -91,7 +91,7 @@ int route_contains(struct route *this, struct item *item); void route_set_position(struct route *this, struct pcoord *pos); void route_set_position_from_tracking(struct route *this, struct tracking *tracking); struct map_selection *route_rect(int order, struct coord *c1, struct coord *c2, int rel, int abs); -void route_set_destination(struct route *this, struct pcoord *dst); +void route_set_destination(struct route *this, struct pcoord *dst, int async); struct route_path_handle *route_path_open(struct route *this); struct route_path_segment *route_path_get_segment(struct route_path_handle *h); struct coord *route_path_segment_get_start(struct route_path_segment *s); |