diff options
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 73fb67289f7..f9c642ee4d0 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -71,7 +71,6 @@ struct cli_cmd_word;  struct cli_cmd_tree;  struct cli_cmd; -extern char *cli_vol_type_str[];  extern char *cli_vol_status_str[];  extern char *cli_vol_task_status_str[]; @@ -261,6 +260,10 @@ cli_cmd_ganesha_parse (struct cli_state *state, const char **words,                         int wordcount, dict_t **options, char **op_errstr);  int32_t +cli_cmd_get_state_parse (struct cli_state *state, const char **words, +                         int wordcount, dict_t **options, char **op_errstr); + +int32_t  cli_cmd_volume_add_brick_parse (const char **words, int wordcount,                                  dict_t **options, int *type);  | 
