summaryrefslogtreecommitdiffstats
path: root/cli/src/cli-cmd.h
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2010-07-26 12:10:08 +0000
committergluster-ant <bugzilla-bot@gluster.org>2010-07-26 12:10:08 +0000
commit24e807bb415845dfbefa2efbd4ae77ec56becd34 (patch)
treefde5261d4e7e7b5f6a3acf4596a8459699054813 /cli/src/cli-cmd.h
parentd55f11b6030a664c43a34513808aa3a97c1ffa55 (diff)
cli: Changes to provide proper exit status for gluster commandline
Signed-off-by: Vijay Bellur <vijay@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 1205 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1205
Diffstat (limited to 'cli/src/cli-cmd.h')
-rw-r--r--cli/src/cli-cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h
index 4a83815104..b08f5b3d5f 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__ */