summaryrefslogtreecommitdiff
path: root/source4/lib/registry/common
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-04 14:47:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:36:30 -0500
commitff7342a4ad1cc1ac8571c86466c197b6a8fa6b41 (patch)
tree5e1ea481ad2fd2a0f47b62a64cbeac60b123bb2f /source4/lib/registry/common
parent4729c3db26f719cd936825d91b2514df7ac0e61b (diff)
downloadsamba-ff7342a4ad1cc1ac8571c86466c197b6a8fa6b41.tar.gz
samba-ff7342a4ad1cc1ac8571c86466c197b6a8fa6b41.tar.bz2
samba-ff7342a4ad1cc1ac8571c86466c197b6a8fa6b41.zip
r10026: Move registry header file to lib/registry
Add support for showing security descriptor in regshell Add support for saving files in NT4 registry backend (This used to be commit 47cecd4726e6568f1aafb404646d2664f630a9bb)
Diffstat (limited to 'source4/lib/registry/common')
-rw-r--r--source4/lib/registry/common/reg_interface.c2
-rw-r--r--source4/lib/registry/common/reg_util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/registry/common/reg_interface.c b/source4/lib/registry/common/reg_interface.c
index ddd4ecbe93..74f158b027 100644
--- a/source4/lib/registry/common/reg_interface.c
+++ b/source4/lib/registry/common/reg_interface.c
@@ -20,7 +20,7 @@
#include "includes.h"
#include "dlinklist.h"
-#include "registry.h"
+#include "lib/registry/registry.h"
/* List of available backends */
static struct reg_init_function_entry *backends = NULL;
diff --git a/source4/lib/registry/common/reg_util.c b/source4/lib/registry/common/reg_util.c
index a0d4db6f57..ae30839cca 100644
--- a/source4/lib/registry/common/reg_util.c
+++ b/source4/lib/registry/common/reg_util.c
@@ -19,7 +19,7 @@
*/
#include "includes.h"
-#include "registry.h"
+#include "lib/registry/registry.h"
#include "librpc/gen_ndr/winreg.h"
static const struct {