summaryrefslogtreecommitdiff
path: root/navit/navit.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
commit71ee6db7ac5d0d9a6ac107676602bf2b7253acc9 (patch)
tree0eb3020bc473dd44b399e163842021299ec5dde5 /navit/navit.h
parent9d94a7f9a964d30114a283b0b43ca35c0a2765d5 (diff)
downloadnavit-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/navit.h')
-rw-r--r--navit/navit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navit.h b/navit/navit.h
index d0d6d9bfd..3208b69c0 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -63,7 +63,7 @@ void navit_zoom_in(struct navit *this_, int factor, struct point *p);
void navit_zoom_out(struct navit *this_, int factor, struct point *p);
struct navit *navit_new(struct attr *parent, struct attr **attrs);
struct graphics *navit_get_graphics(struct navit *this_);
-void navit_set_destination(struct navit *this_, struct pcoord *c, const char *description);
+void navit_set_destination(struct navit *this_, struct pcoord *c, const char *description, int async);
void navit_add_bookmark(struct navit *this_, struct pcoord *c, const char *description);
void navit_say(struct navit *this_, char *text);
int navit_speech_estimate(struct navit *this_, char *str);