summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry_util.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-15 12:55:54 +0200
committerMichael Adam <obnox@samba.org>2008-05-15 17:17:55 +0200
commit49835c6d9e5b838484e6e806b80d8acb7ef2ef5a (patch)
tree7a17dc1f12ab10c300adb0aab5a497d1770b2b44 /source3/utils/net_registry_util.h
parentf255ac9775bc86ec38855ed441aca49893353ba3 (diff)
downloadsamba-49835c6d9e5b838484e6e806b80d8acb7ef2ef5a.tar.gz
samba-49835c6d9e5b838484e6e806b80d8acb7ef2ef5a.tar.bz2
samba-49835c6d9e5b838484e6e806b80d8acb7ef2ef5a.zip
net_registry: add raw output of value to print_registry_value().
Michael (This used to be commit 340a706422cbca45cc63fa94d36c88f6751f4f31)
Diffstat (limited to 'source3/utils/net_registry_util.h')
-rw-r--r--source3/utils/net_registry_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_registry_util.h b/source3/utils/net_registry_util.h
index 09aaa8394b..61fd834a3c 100644
--- a/source3/utils/net_registry_util.h
+++ b/source3/utils/net_registry_util.h
@@ -24,7 +24,7 @@
void print_registry_key(const char *keyname, NTTIME *modtime);
-void print_registry_value(const struct registry_value *valvalue);
+void print_registry_value(const struct registry_value *valvalue, bool raw);
void print_registry_value_with_name(const char *valname,
const struct registry_value *valvalue);