summaryrefslogtreecommitdiff
path: root/source3/registry/reg_api.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-24 22:49:42 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:26 +0200
commitb94267aa3f83ec604e8b242006e09ecf4f7d5e57 (patch)
tree75baf81b04f25d3e3ac94470db0002316e7b9c65 /source3/registry/reg_api.c
parentd335f292ce10824d483eff8d34fb0444e3d91f23 (diff)
downloadsamba-b94267aa3f83ec604e8b242006e09ecf4f7d5e57.tar.gz
samba-b94267aa3f83ec604e8b242006e09ecf4f7d5e57.tar.bz2
samba-b94267aa3f83ec604e8b242006e09ecf4f7d5e57.zip
s3:registry: extraxt the reg_dispatcher prototypes into their own header.
And use them only where needed.
Diffstat (limited to 'source3/registry/reg_api.c')
-rw-r--r--source3/registry/reg_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c
index 2b2b5b9c0e..48d4b3dfd9 100644
--- a/source3/registry/reg_api.c
+++ b/source3/registry/reg_api.c
@@ -68,6 +68,7 @@
#include "regfio.h"
#include "reg_util.h"
#include "reg_backend_db.h"
+#include "reg_dispatcher.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_REGISTRY