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/include/registry.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/include/registry.h') diff --git a/source3/include/registry.h b/source3/include/registry.h index bb58b402fa7..812c3ec6cb3 100644 --- a/source3/include/registry.h +++ b/source3/include/registry.h @@ -100,14 +100,6 @@ bool regdb_values_need_update(struct regval_ctr *values); /* The following definitions come from registry/reg_backend_tcpip_params.c */ - -/* The following definitions come from registry/reg_cachehook.c */ - -WERROR reghook_cache_init(void); -WERROR reghook_cache_add(const char *keyname, struct registry_ops *ops); -struct registry_ops *reghook_cache_find(const char *keyname); -void reghook_dump_cache( int debuglevel ); - /* The following definitions come from registry/reg_dispatcher.c */ bool store_reg_keys(struct registry_key_handle *key, -- cgit v1.2.1