diff options
author | Michael Adam <obnox@samba.org> | 2010-05-23 15:25:00 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:24 +0200 |
commit | 14a025062ee2923aac4f9e57c05a9004ddf55856 (patch) | |
tree | ed8d14194d03dd2d784144cd873bc348565aed35 /source3/include | |
parent | 9c5d7c789664d15017a837ad735b79e3b0ea4479 (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/registry.h | 8 |
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, |