diff options
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 9ba95c4a2d5..68cdb671628 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -400,13 +400,14 @@ cli_quota_list_xml_error (cli_local_t *local, char *path,  int  cli_quota_xml_output (cli_local_t *local, char *path, int64_t hl_str,                        char *sl_final, int64_t sl_num, int64_t used, -                      int64_t avail, char *sl, char *hl); +                      int64_t avail, char *sl, char *hl, +                      gf_boolean_t limit_set);  int  cli_quota_object_xml_output (cli_local_t *local, char *path, char *sl_str,                               int64_t sl_val, quota_limits_t *limits,                               quota_meta_t *used_space, int64_t avail, -                             char *sl, char *hl); +                             char *sl, char *hl, gf_boolean_t limit_set);  int  cli_xml_output_peer_status (dict_t *dict, int op_ret, int op_errno,  | 
