From 14a025062ee2923aac4f9e57c05a9004ddf55856 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 23 May 2010 15:25:00 +0200 Subject: s3:registry: extract the reg_cachehook prototypes into their own header. And use them only where necessary. --- source3/registry/reg_api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/registry/reg_api.c') diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c index 0f130516c4..744428e80b 100644 --- a/source3/registry/reg_api.c +++ b/source3/registry/reg_api.c @@ -64,6 +64,7 @@ #include "includes.h" #include "registry.h" +#include "reg_cachehook.h" #include "regfio.h" #undef DBGC_CLASS -- cgit