diff options
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 13 | 
1 files changed, 13 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 6951555d479..ad286ef5f85 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -19,6 +19,7 @@  #include "glusterfs.h"  #include "protocol-common.h"  #include "logging.h" +#include "quota-common-utils.h"  #include "cli1-xdr.h" @@ -375,6 +376,11 @@ cli_quota_xml_output (cli_local_t *local, char *path, char *hl_str,                        char *sl, char *hl);  int +cli_quota_object_xml_output (cli_local_t *local, char *path, char *sl_str, +                             quota_limits_t *limits, quota_meta_t *used_space, +                             int64_t avail, char *sl, char *hl); + +int  cli_xml_output_peer_status (dict_t *dict, int op_ret, int op_errno,                              char *op_errstr); @@ -425,4 +431,11 @@ cli_cmd_snapshot_parse (const char **words, int wordcount, dict_t **options,  int  cli_xml_output_vol_getopts (dict_t *dict, int op_ret, int op_errno,                               char *op_errstr); + +void +print_quota_list_header (int type); + +void +print_quota_list_empty (char *path, int type); +  #endif /* __CLI_H__ */  | 
