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 5a491eba7..90ac2482c 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -396,4 +396,8 @@ cli_xml_output_vol_gsync (dict_t *dict, int op_ret, int op_errno, char * is_server_debug_xlator (void *myframe); + +int32_t +cli_cmd_snapshot_parse (const char **words, int wordcount, dict_t **options); + #endif /* __CLI_H__ */ |