diff options
author | C. Davis <cd.rattan@gmail.com> | 2012-08-08 17:49:06 -0700 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-04-29 13:06:13 +0200 |
commit | f723fc9619fa7cf69888680731b4329832659ff4 (patch) | |
tree | 59bbc4f0d094ac7e0808f1a4baabbefb3a203bfa /source3/utils/regedit_dialog.h | |
parent | e4ed97f9b36a562815fe370c2b0b60105d7f5eba (diff) | |
download | samba-f723fc9619fa7cf69888680731b4329832659ff4.tar.gz samba-f723fc9619fa7cf69888680731b4329832659ff4.tar.xz samba-f723fc9619fa7cf69888680731b4329832659ff4.zip |
regedit: Add an input dialog.
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/regedit_dialog.h')
-rw-r--r-- | source3/utils/regedit_dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |