summaryrefslogtreecommitdiff
path: root/source3/include/registry.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-23 15:25:00 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:24 +0200
commit14a025062ee2923aac4f9e57c05a9004ddf55856 (patch)
treeed8d14194d03dd2d784144cd873bc348565aed35 /source3/include/registry.h
parent9c5d7c789664d15017a837ad735b79e3b0ea4479 (diff)
downloadsamba-14a025062ee2923aac4f9e57c05a9004ddf55856.tar.gz
samba-14a025062ee2923aac4f9e57c05a9004ddf55856.tar.bz2
samba-14a025062ee2923aac4f9e57c05a9004ddf55856.zip
s3:registry: extract the reg_cachehook prototypes into their own header.
And use them only where necessary.
Diffstat (limited to 'source3/include/registry.h')
-rw-r--r--source3/include/registry.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h
index bb58b402fa..812c3ec6cb 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,