diff options
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index be9fd961804..965ce3f9ee4 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -243,8 +243,8 @@ int32_t  cli_cmd_bitrot_parse (const char **words, int wordcount, dict_t **opt);  int32_t -cli_cmd_volume_set_parse (const char **words, int wordcount, -                          dict_t **options, char **op_errstr); +cli_cmd_volume_set_parse (struct cli_state *state, const char **words, +                          int wordcount, dict_t **options, char **op_errstr);  int32_t  cli_cmd_ganesha_parse (struct cli_state *state, const char **words,                         int wordcount, dict_t **options, char **op_errstr);  | 
