summaryrefslogtreecommitdiff
path: root/navit/command.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-05-26 13:18:21 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-05-26 13:18:21 +0000
commitce6ccc00d4743b6e84444c0b4af7c447df743701 (patch)
treead67376c1c83775934c26a55013b4254c5ce6e87 /navit/command.h
parent21830b57461780448965878081ecc7d0370a05ba (diff)
downloadnavit-ce6ccc00d4743b6e84444c0b4af7c447df743701.tar.gz
Add:Core:Allow arbitrary contexts for saved command
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5512 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/command.h')
-rw-r--r--navit/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/command.h b/navit/command.h
index f13822551..25d2dee09 100644
--- a/navit/command.h
+++ b/navit/command.h
@@ -51,6 +51,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_attr_new(char *command, struct attr *context, struct callback *cb, int async);
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 */