From eb99bee0246d5a43bbee7383b3809a360aa70018 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Mon, 11 Oct 2010 02:23:18 +0000 Subject: Add confirmation to volume delete command Signed-off-by: shishir gowda Signed-off-by: Vijay Bellur BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971 --- cli/src/cli-cmd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/src/cli-cmd.h') diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index 89fc44cf..9de52436 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -73,4 +73,7 @@ cli_cmd_submit (void *req, call_frame_t *frame, int procnum, struct iobref *iobref, cli_serialize_t sfunc, xlator_t *this, fop_cbk_fn_t cbkfn); + +gf_answer_t +cli_cmd_get_confirmation (struct cli_state *state, const char *question); #endif /* __CLI_CMD_H__ */ -- cgit