summaryrefslogtreecommitdiff
path: root/source3/services
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/services
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/services')
-rw-r--r--source3/services/services_db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/services/services_db.c b/source3/services/services_db.c
index 35c88524e48..ba5b6a91e13 100644
--- a/source3/services/services_db.c
+++ b/source3/services/services_db.c
@@ -24,6 +24,7 @@
#include "services/services.h"
#include "registry.h"
#include "registry/reg_util_legacy.h"
+#include "registry/reg_dispatcher.h"
struct rcinit_file_information {
char *description;