summaryrefslogtreecommitdiff
path: root/source3/registry/reg_init_full.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-24 22:42:00 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:25 +0200
commitd335f292ce10824d483eff8d34fb0444e3d91f23 (patch)
treefbe5782ecd0f9cef8e3300400831d13e3945e7d5 /source3/registry/reg_init_full.c
parent9ccf66379a946cef87d915c5f0f7758adb11a4d6 (diff)
downloadsamba-d335f292ce10824d483eff8d34fb0444e3d91f23.tar.gz
samba-d335f292ce10824d483eff8d34fb0444e3d91f23.tar.bz2
samba-d335f292ce10824d483eff8d34fb0444e3d91f23.zip
s3:registry: extract the reg_backend_db prototypes into their own header.
And use them only where needed.
Diffstat (limited to 'source3/registry/reg_init_full.c')
-rw-r--r--source3/registry/reg_init_full.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/reg_init_full.c b/source3/registry/reg_init_full.c
index f211112ce3..2eec48a8ea 100644
--- a/source3/registry/reg_init_full.c
+++ b/source3/registry/reg_init_full.c
@@ -23,6 +23,7 @@
#include "includes.h"
#include "registry.h"
#include "reg_cachehook.h"
+#include "reg_backend_db.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_REGISTRY