From 8508b411b2ff69f59aa133ebd97e489d7c6c1626 Mon Sep 17 00:00:00 2001 From: "C. Davis" Date: Sun, 19 Aug 2012 20:02:51 -0700 Subject: regedit: Add an edit binary command. Reviewed-by: Andreas Schneider Reviewed-by: Michael Adam --- source3/utils/regedit_dialog.h | 3 ++- 1 file changed, 2 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 ab171cf4d7..0a0aec87b8 100644 --- a/source3/utils/regedit_dialog.h +++ b/source3/utils/regedit_dialog.h @@ -68,7 +68,8 @@ struct registry_key; struct value_item; WERROR dialog_edit_value(TALLOC_CTX *ctx, struct registry_key *key, - uint32_t type, const struct value_item *vitem); + uint32_t type, const struct value_item *vitem, + bool force_binary); int dialog_select_type(TALLOC_CTX *ctx, int *type); -- cgit