summaryrefslogtreecommitdiff
path: root/source3/utils/regedit.h
diff options
context:
space:
mode:
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