summaryrefslogtreecommitdiff
path: root/source3/registry/reg_dispatcher.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_dispatcher.c
parentd335f292ce10824d483eff8d34fb0444e3d91f23 (diff)
downloadsamba-b94267aa3f83ec604e8b242006e09ecf4f7d5e57.tar.gz
s3:registry: extraxt the reg_dispatcher prototypes into their own header.
And use them only where needed.
Diffstat (limited to 'source3/registry/reg_dispatcher.c')
-rw-r--r--source3/registry/reg_dispatcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/reg_dispatcher.c b/source3/registry/reg_dispatcher.c
index 3d66b161050..0c61564d769 100644
--- a/source3/registry/reg_dispatcher.c
+++ b/source3/registry/reg_dispatcher.c
@@ -25,6 +25,7 @@
#include "includes.h"
#include "registry.h"
+#include "reg_dispatcher.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_REGISTRY