summaryrefslogtreecommitdiff
path: root/source3/utils/regedit.h
diff options
context:
space:
mode:
authorC. Davis <cd.rattan@gmail.com>2012-07-06 02:57:55 -0700
committerMichael Adam <obnox@samba.org>2013-04-29 13:05:42 +0200
commit44f7d1b67337684f2d65b32042900c200c5ae209 (patch)
treeaa7d88eb9edd3a512b4893c27abbbdfbfa3e0a4e /source3/utils/regedit.h
parent1ac6bb1491e034f00be517d65a695b182f6a3f2a (diff)
downloadsamba-44f7d1b67337684f2d65b32042900c200c5ae209.tar.gz
samba-44f7d1b67337684f2d65b32042900c200c5ae209.tar.bz2
samba-44f7d1b67337684f2d65b32042900c200c5ae209.zip
Support s3 local access with the s4 libregistry framework
Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/regedit.h')
-rw-r--r--source3/utils/regedit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/regedit.h b/source3/utils/regedit.h
index 8ae8aed07b..e103f371a0 100644
--- a/source3/utils/regedit.h
+++ b/source3/utils/regedit.h
@@ -54,4 +54,6 @@ WERROR reg_setvalue_wrap(struct samba3_registry_key *key, const char *name,
uint32_t type, const DATA_BLOB data);
WERROR reg_init_wrap(void);
+WERROR reg_open_samba3(TALLOC_CTX *mem_ctx, struct registry_context **ctx);
+
#endif