diff options
Diffstat (limited to 'cli/src/cli-cmd.h')
-rw-r--r-- | cli/src/cli-cmd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index 42d5316ac97..b7cd7aadc63 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -33,6 +33,13 @@ struct cli_cmd { const char *desc; }; +struct cli_cmd_volume_get_ctx_ { + char *volname; + int flags; +}; + +typedef struct cli_cmd_volume_get_ctx_ cli_cmd_volume_get_ctx_t; + int cli_cmd_volume_register (struct cli_state *state); int cli_cmd_probe_register (struct cli_state *state); |