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_cachehook.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/registry/reg_cachehook.c') diff --git a/source3/registry/reg_cachehook.c b/source3/registry/reg_cachehook.c index a5c4c62948..6b00ab4aa1 100644 --- a/source3/registry/reg_cachehook.c +++ b/source3/registry/reg_cachehook.c @@ -23,6 +23,7 @@ #include "includes.h" #include "adt_tree.h" #include "registry.h" +#include "reg_cachehook.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -- cgit