From af60882af4f34556b101d6735095014304620b2d Mon Sep 17 00:00:00 2001 From: "C. Davis" Date: Tue, 7 Aug 2012 23:41:50 -0700 Subject: regedit: Save contents of value editor. Reviewed-by: Andreas Schneider Reviewed-by: Michael Adam --- source3/utils/regedit_dialog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/utils/regedit_dialog.h') 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 -- cgit