From c5d93456dcd17ddeb189c3e1390e58f95e30b851 Mon Sep 17 00:00:00 2001 From: Mohammed Junaid Ahmed Date: Tue, 15 Mar 2011 05:36:18 +0000 Subject: cli: QUOTA cli related changes. Signed-off-by: Junaid Signed-off-by: Vijay Bellur BUG: 2473 (Support for volume and directory level quota) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473 --- cli/src/cli.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/src/cli.h') diff --git a/cli/src/cli.h b/cli/src/cli.h index acfd5b53..1db78746 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -178,6 +178,9 @@ cli_cmd_volume_reset_parse (const char **words, int wordcount, dict_t **opt); int32_t cli_cmd_gsync_set_parse (const char **words, int wordcount, dict_t **opt); +int32_t +cli_cmd_quota_parse (const char **words, int wordcount, dict_t **opt); + int32_t cli_cmd_volume_set_parse (const char **words, int wordcount, dict_t **options); -- cgit