diff options
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r-- | cli/src/cli.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 0b94d6e36c2..ae4ebe7d99a 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -237,6 +237,9 @@ cli_rpc_notify (struct rpc_clnt *rpc, void *mydata, rpc_clnt_event_t event, void cli_path_strip_trailing_slashes (char *path); +int +cli_canonicalize_path (char *path); + int32_t cli_cmd_volume_profile_parse (const char **words, int wordcount, dict_t **options); |