From f723fc9619fa7cf69888680731b4329832659ff4 Mon Sep 17 00:00:00 2001 From: "C. Davis" Date: Wed, 8 Aug 2012 17:49:06 -0700 Subject: regedit: Add an input dialog. Reviewed-by: Andreas Schneider Reviewed-by: Michael Adam --- source3/utils/regedit_dialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/utils/regedit_dialog.h') diff --git a/source3/utils/regedit_dialog.h b/source3/utils/regedit_dialog.h index 132e48b3e5..970cb7c42a 100644 --- a/source3/utils/regedit_dialog.h +++ b/source3/utils/regedit_dialog.h @@ -61,6 +61,9 @@ int dialog_notice(TALLOC_CTX *ctx, enum dialog_type type, const char *title, WINDOW *below, const char *msg, ...); +int dialog_input(TALLOC_CTX *ctx, char **output, const char *title, + WINDOW *below, const char *msg, ...); + struct registry_key; struct value_item; -- cgit