summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.h
diff options
context:
space:
mode:
authorMohammed Junaid Ahmed <junaid@gluster.com>2011-03-15 05:36:18 +0000
committerVijay Bellur <vijay@dev.gluster.com>2011-03-16 00:04:50 -0700
commitc5d93456dcd17ddeb189c3e1390e58f95e30b851 (patch)
treed958423709ab10af2a7ff98591a5164dea106e4a /cli/src/cli.h
parent8221c3cae1ce5c2f7d897e5637591c5437aeea69 (diff)
cli: QUOTA cli related changes.
Signed-off-by: Junaid <junaid@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 2473 (Support for volume and directory level quota) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r--cli/src/cli.h3
1 files changed, 3 insertions, 0 deletions
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
@@ -179,6 +179,9 @@ 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);