From b94267aa3f83ec604e8b242006e09ecf4f7d5e57 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 24 May 2010 22:49:42 +0200 Subject: s3:registry: extraxt the reg_dispatcher prototypes into their own header. And use them only where needed. --- source3/services/services_db.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/services') diff --git a/source3/services/services_db.c b/source3/services/services_db.c index 35c88524e4..ba5b6a91e1 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; -- cgit