From f9f4c5722536faee3d9ecbd8b99ce138e724f401 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 3 Aug 2010 08:06:43 +0000 Subject: make some not implemented commands return success Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 1264 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1264 --- cli/src/cli-cmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/src/cli-cmd.h') diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index 87a9d3d8..d62309de 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); -- cgit