summaryrefslogtreecommitdiff
path: root/source3/utils/regedit_dialog.h
diff options
context:
space:
mode:
authorC. Davis <cd.rattan@gmail.com>2012-08-07 23:41:50 -0700
committerMichael Adam <obnox@samba.org>2013-04-29 13:06:07 +0200
commitaf60882af4f34556b101d6735095014304620b2d (patch)
tree8d10dfd66c9460f9d90bf8a57b259c049038fcca /source3/utils/regedit_dialog.h
parent14364997c75a7ea2b9f698f97421ed7227a3a5d7 (diff)
downloadsamba-af60882af4f34556b101d6735095014304620b2d.tar.gz
samba-af60882af4f34556b101d6735095014304620b2d.tar.bz2
samba-af60882af4f34556b101d6735095014304620b2d.zip
regedit: Save contents of value editor.
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/utils/regedit_dialog.h b/source3/utils/regedit_dialog.h
index de6c5bc982..6b374b097f 100644
--- a/source3/utils/regedit_dialog.h
+++ b/source3/utils/regedit_dialog.h
@@ -60,5 +60,7 @@ int dialog_modal_loop(struct dialog *dia);
struct registry_key;
struct value_item;
-int dialog_edit_value(TALLOC_CTX *ctx, struct registry_key *key, const struct value_item *vitem, WINDOW *below);
+WERROR dialog_edit_value(TALLOC_CTX *ctx, struct registry_key *key, uint32_t type,
+ const struct value_item *vitem, WINDOW *below);
+
#endif