summaryrefslogtreecommitdiff
path: root/navit/navit/route.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-05-05 18:42:04 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-05-05 18:42:04 +0000
commit78d1861332f1e28f6ede1c84e8fe06ba1c84afbe (patch)
treea0960ef4c3b7ea8c685ac48c6ec806649e2cf0fb /navit/navit/route.h
parentb8a5b0475b998acd9a7730712fd1dc7e43ce5d43 (diff)
downloadnavit-78d1861332f1e28f6ede1c84e8fe06ba1c84afbe.tar.gz
Add:Core:Made routing optionally asynchronous
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@2254 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit/route.h')
-rw-r--r--navit/navit/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navit/route.h b/navit/navit/route.h
index 19cf06978..b629581e7 100644
--- a/navit/navit/route.h
+++ b/navit/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);