diff options
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index dad3ce4e3a8..27a3f3cc136 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -274,6 +274,10 @@ cli_cmd_volume_tier_parse (const char **words, int wordcount,                             dict_t **options);  int32_t +cli_cmd_volume_old_tier_parse (const char **words, int wordcount, +                           dict_t **options); + +int32_t  cli_cmd_volume_remove_brick_parse (const char **words, int wordcount,                                     dict_t **options, int *question);  | 
