From f6612dbb66166960e353b2a8bded786f7aed62d9 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Thu, 31 Oct 2013 12:02:32 +0530 Subject: cli/snapshot: Ask user to confirm change of snap max limit Change-Id: I6fd89a98c4a111bb6cd3e4d3c2b3d6f783661c27 Signed-off-by: shishir gowda --- cli/src/cli.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/src/cli.h') diff --git a/cli/src/cli.h b/cli/src/cli.h index 65f9b857f..3d987a8bc 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -389,6 +389,7 @@ char * is_server_debug_xlator (void *myframe); int32_t -cli_cmd_snapshot_parse (const char **words, int wordcount, dict_t **options); +cli_cmd_snapshot_parse (const char **words, int wordcount, dict_t **options, + struct cli_state *state); #endif /* __CLI_H__ */ -- cgit