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
commit8a838a074943d8749bfe8e30ebae40623e8e8e07 (patch)
tree0eb3020bc473dd44b399e163842021299ec5dde5 /navit/navit.h
parent7e55b267dde850ebc6b97efc9174ee244c831e13 (diff)
downloadnavit-svn-8a838a074943d8749bfe8e30ebae40623e8e8e07.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 d0d6d9bf..3208b69c 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);