diff options
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 1e92d675199..a1be2b62d06 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -278,7 +278,8 @@ cli_cmd_volume_old_tier_parse (const char **words, int wordcount,  int32_t  cli_cmd_volume_remove_brick_parse (const char **words, int wordcount, -                                   dict_t **options, int *question); +                                   dict_t **options, int *question, +                                   int *brick_count);  int32_t  cli_cmd_volume_replace_brick_parse (const char **words, int wordcount,  | 
