diff options
author | Michael Adam <obnox@samba.org> | 2010-05-24 23:37:09 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-25 10:35:26 +0200 |
commit | f3053739b7e62e4749821bf2283d67ec379b1abc (patch) | |
tree | 68170a7865e93bff63606528779cafca264212fd /source3/include/registry.h | |
parent | e3f7fab668c1bf1366257f64a5099cca919ca358 (diff) | |
download | samba-f3053739b7e62e4749821bf2283d67ec379b1abc.tar.gz samba-f3053739b7e62e4749821bf2283d67ec379b1abc.tar.bz2 samba-f3053739b7e62e4749821bf2283d67ec379b1abc.zip |
s3:registry: move prototype registry_create_admin_token() to new header reg_util_token.h
and use it only where necessary.
Diffstat (limited to 'source3/include/registry.h')
-rw-r--r-- | source3/include/registry.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h index 0914ba5486..33234037d7 100644 --- a/source3/include/registry.h +++ b/source3/include/registry.h @@ -67,8 +67,6 @@ WERROR registry_init_full(void); /* The following definitions come from registry/reg_init_smbconf.c */ -NTSTATUS registry_create_admin_token(TALLOC_CTX *mem_ctx, - NT_USER_TOKEN **ptoken); WERROR registry_init_smbconf(const char *keyname); /* The following definitions come from lib/util_reg_api.c */ |