diff options
Diffstat (limited to 'cli/src/cli-cmd.h')
| -rw-r--r-- | cli/src/cli-cmd.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index 4a8381510..b08f5b3d5 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -44,5 +44,5 @@ void cli_cmd_tokens_destroy (char **tokens);  int cli_cmd_await_response (); -int cli_cmd_broadcast_response (); +int cli_cmd_broadcast_response (int32_t status);  #endif /* __CLI_CMD_H__ */  | 
