summaryrefslogtreecommitdiff
path: root/res/stasis/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'res/stasis/command.h')
-rw-r--r--res/stasis/command.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/stasis/command.h b/res/stasis/command.h
index 21f4df0c0..a99d40d0a 100644
--- a/res/stasis/command.h
+++ b/res/stasis/command.h
@@ -34,9 +34,11 @@ struct stasis_app_command;
struct stasis_app_command *command_create(
stasis_app_command_cb callback, void *data);
+void command_complete(struct stasis_app_command *command, int retval);
+
void command_invoke(struct stasis_app_command *command,
struct stasis_app_control *control, struct ast_channel *chan);
-void *command_join(struct stasis_app_command *command);
+int command_join(struct stasis_app_command *command);
#endif /* _ASTERISK_RES_STASIS_CONTROL_H */