summaryrefslogtreecommitdiffstats
path: root/cli/src/cli-cmd.h
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-08-03 08:06:43 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-08-03 09:45:56 -0700
commitf9f4c5722536faee3d9ecbd8b99ce138e724f401 (patch)
tree5179c58012791632f488123a3f4550c93853d4d0 /cli/src/cli-cmd.h
parent1be4d5e16e38f142931a0df1e3d25ed492cb494e (diff)
make some not implemented commands return success
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 1264 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1264
Diffstat (limited to 'cli/src/cli-cmd.h')
-rw-r--r--cli/src/cli-cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h
index 87a9d3d892e..d62309de23c 100644
--- a/cli/src/cli-cmd.h
+++ b/cli/src/cli-cmd.h
@@ -37,6 +37,7 @@ int cli_cmd_volume_register (struct cli_state *state);
int cli_cmd_probe_register (struct cli_state *state);
int cli_cmd_misc_register (struct cli_state *state);
+int cli_cmd_log_register (struct cli_state *state);
struct cli_cmd_word *cli_cmd_nextword (struct cli_cmd_word *word,
const char *text);