diff options
author | Michael Adam <obnox@samba.org> | 2010-05-23 15:57:27 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:24 +0200 |
commit | a4efda959af36e0611c5204852dc1eea3f0310bf (patch) | |
tree | 4a4cb586f9f318b5651def41b02b3bacb3d45492 /source3/include | |
parent | 14a025062ee2923aac4f9e57c05a9004ddf55856 (diff) | |
download | samba-a4efda959af36e0611c5204852dc1eea3f0310bf.tar.gz samba-a4efda959af36e0611c5204852dc1eea3f0310bf.tar.bz2 samba-a4efda959af36e0611c5204852dc1eea3f0310bf.zip |
s3:registry: extract the reg_util_legacy 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 812c3ec6cb..8c784e1f16 100644 --- a/source3/include/registry.h +++ b/source3/include/registry.h @@ -161,14 +161,6 @@ char *normalize_reg_path(TALLOC_CTX *ctx, const char *keyname ); void normalize_dbkey(char *key); char *reg_remaining_path(TALLOC_CTX *ctx, const char *key); -/* The following definitions come from registry/reg_util_legacy.c */ - -WERROR regkey_open_internal(TALLOC_CTX *ctx, - struct registry_key_handle **regkey, - const char *path, - const struct nt_user_token *token, - uint32 access_desired ); - /* The following definitions come from registry/regfio.c */ /* The following definitions come from lib/util_reg_api.c */ |