diff options
author | Michael Adam <obnox@samba.org> | 2010-09-20 02:42:10 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-09-20 19:58:01 +0200 |
commit | 0f7e503d21562a8c8aee3de609bdcade790bc7a0 (patch) | |
tree | 4c56ce4ec85d21632b5060bdb98f281520cf1da9 /source3/include/registry.h | |
parent | c9e17edfc6f9dc7f3ae251102dbb7bfcf08a770d (diff) | |
download | samba-0f7e503d21562a8c8aee3de609bdcade790bc7a0.tar.gz |
s3:registry: move higher level function reg_open_path to new module reg_api_util
The reg_api.c code should just export functions that direclty relate to winreg
api calls.
Diffstat (limited to 'source3/include/registry.h')
-rw-r--r-- | source3/include/registry.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h index 8aa02b9d858..b1741bb8d2e 100644 --- a/source3/include/registry.h +++ b/source3/include/registry.h @@ -170,9 +170,6 @@ WERROR reg_setkeysecurity(struct registry_key *key, struct security_descriptor *psecdesc); WERROR reg_getversion(uint32_t *version); WERROR reg_deleteallvalues(struct registry_key *key); -WERROR reg_open_path(TALLOC_CTX *mem_ctx, const char *orig_path, - uint32 desired_access, const struct security_token *token, - struct registry_key **pkey); WERROR reg_deletekey_recursive(TALLOC_CTX *ctx, struct registry_key *parent, const char *path); |