summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.h
diff options
context:
space:
mode:
authorKaushal M <kaushal@redhat.com>2014-07-23 18:08:08 +0530
committerKaushal M <kaushal@redhat.com>2014-07-24 03:04:38 -0700
commit6328019bd197efa25294194acaf946557d84f9fb (patch)
tree24d6b2d892ef9f6f8fbe7cb72fdf344529a2cb63 /cli/src/cli.h
parent00bcf8e80bd65de7a8a102b137d35af3ba2cc3c1 (diff)
cli: Fix no libxml compilation for snapshot status
BUG: 1122186 Change-Id: Ib887f2194258e85d40f65a758b6a963a17911395 Signed-off-by: Kaushal M <kaushal@redhat.com> Reviewed-on: http://review.gluster.org/8363 Reviewed-by: Rajesh Joseph <rjoseph@redhat.com> Reviewed-by: Santosh Pradhan <spradhan@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r--cli/src/cli.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h
index 74d35992680..590c8b14f60 100644
--- a/cli/src/cli.h
+++ b/cli/src/cli.h
@@ -394,11 +394,11 @@ cli_xml_output_snap_status_begin (cli_local_t *local, int op_ret, int op_errno,
int
cli_xml_output_snap_status_end (cli_local_t *local);
int
-cli_xml_snapshot_status_per_snap (xmlTextWriterPtr writer, xmlDocPtr doc,
- dict_t *dict, const char *keyprefix);
-int
cli_xml_output_snapshot (int cmd_type, dict_t *dict, int op_ret,
int op_errno, char *op_errstr);
+int
+cli_xml_snapshot_status_single_snap (cli_local_t *local, dict_t *dict,
+ char *key);
char *
is_server_debug_xlator (void *myframe);