diff options
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 5d83f0fc1df..c81ae47e5cd 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -227,10 +227,15 @@ cli_rpc_notify (struct rpc_clnt *rpc, void *mydata, rpc_clnt_event_t event,                  void *data);  void  cli_path_strip_trailing_slashes (char *path); +  int32_t  cli_cmd_volume_profile_parse (const char **words, int wordcount,                                dict_t **options);  int32_t  cli_cmd_volume_top_parse (const char **words, int wordcount,                                dict_t **options); + +int32_t +cli_cmd_log_level_parse (const char **words, int wordcount, +                         dict_t **options);  #endif /* __CLI_H__ */  | 
