summaryrefslogtreecommitdiff
path: root/source3/utils/regedit_dialog.h
diff options
context:
space:
mode:
authorC. Davis <cd.rattan@gmail.com>2012-08-19 20:02:51 -0700
committerMichael Adam <obnox@samba.org>2013-04-29 13:08:20 +0200
commit8508b411b2ff69f59aa133ebd97e489d7c6c1626 (patch)
treefda6aad7d8a4cc7c5a63ea7ce5eca79f7db4ed39 /source3/utils/regedit_dialog.h
parent8ea38ce970d7539c25d4da08065d6bfa999f3e96 (diff)
downloadsamba-8508b411b2ff69f59aa133ebd97e489d7c6c1626.tar.gz
samba-8508b411b2ff69f59aa133ebd97e489d7c6c1626.tar.bz2
samba-8508b411b2ff69f59aa133ebd97e489d7c6c1626.zip
regedit: Add an edit binary command.
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.h3
1 files changed, 2 insertions, 1 deletions
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);