From a4efda959af36e0611c5204852dc1eea3f0310bf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 23 May 2010 15:57:27 +0200 Subject: s3:registry: extract the reg_util_legacy 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 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 */ -- cgit