summaryrefslogtreecommitdiff
path: root/navit/navit.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/navit.c')
-rw-r--r--navit/navit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/navit.c b/navit/navit.c
index 5420a08cc..79c4ba955 100644
--- a/navit/navit.c
+++ b/navit/navit.c
@@ -1535,7 +1535,8 @@ navit_mark_navigation_stopped(char *former_destination_file){
* @param navit The navit instance
* @param c The coordinate to start routing to
* @param description A label which allows the user to later identify this destination in the former destinations selection
- * @returns nothing
+ * @param async Set to 1 to do route calculation asynchronously
+ * @return nothing
*/
void
navit_set_destination(struct navit *this_, struct pcoord *c, const char *description, int async)