summaryrefslogtreecommitdiff
path: root/source3/include/registry.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-23 15:57:27 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:24 +0200
commita4efda959af36e0611c5204852dc1eea3f0310bf (patch)
tree4a4cb586f9f318b5651def41b02b3bacb3d45492 /source3/include/registry.h
parent14a025062ee2923aac4f9e57c05a9004ddf55856 (diff)
downloadsamba-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/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 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 */