summaryrefslogtreecommitdiff
path: root/navit/command.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-06-16 18:28:55 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-06-16 18:28:55 +0000
commit6c94a2686b7ce42481a51559ce674d2efadf6de5 (patch)
tree2d4947a7fe1face42ceb4981f56ffb01e215ab8b /navit/command.h
parent0c3156ef854dc6674c8bb0042ab89be3f838ec96 (diff)
downloadnavit-6c94a2686b7ce42481a51559ce674d2efadf6de5.tar.gz
Add:Core:Make asynchonicity for saved commands optional
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5142 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/command.h')
-rw-r--r--navit/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/command.h b/navit/command.h
index 916071e2b..3ab8d54c2 100644
--- a/navit/command.h
+++ b/navit/command.h
@@ -50,7 +50,7 @@ void command_add_table(struct callback_list *cbl, struct command_table *table, i
void command_saved_set_cb(struct command_saved *cs, struct callback *cb);
int command_saved_get_int(struct command_saved *cs);
int command_saved_error(struct command_saved *cs);
-struct command_saved *command_saved_new(char *command, struct navit *navit, struct callback *cb);
+struct command_saved *command_saved_new(char *command, struct navit *navit, struct callback *cb, int async);
void command_saved_destroy(struct command_saved *cs);
/* end of prototypes */
#ifdef __cplusplus