diff options
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 */ |