summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2020-04-29 15:18:57 -0700
committerRalph Boehme <slow@samba.org>2020-04-30 07:33:41 +0000
commitd7f4bb57f2718aaf191591769a4e93c09968b762 (patch)
tree0d8fc147bac9424352615cc3bdc0fb43f222a7dd /source3/smbd/proto.h
parent152fb23fac4431adbf4978298104d14dee100b0d (diff)
downloadsamba-d7f4bb57f2718aaf191591769a4e93c09968b762.tar.gz
s3: smbd: Cleanup - move the function get_nt_acl_no_snum() to it's user module.
Make static. It was only called from one place. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 1bc199b32de..3d9ffaa6898 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -837,11 +837,6 @@ NTSTATUS set_unix_posix_default_acl(connection_struct *conn,
NTSTATUS set_unix_posix_acl(connection_struct *conn, files_struct *fsp,
uint16_t num_acls,
const char *pdata);
-NTSTATUS get_nt_acl_no_snum(TALLOC_CTX *ctx,
- struct auth_session_info *session_info,
- const char *fname,
- uint32_t security_info_wanted,
- struct security_descriptor **sd);
int posix_sys_acl_blob_get_file(vfs_handle_struct *handle,
const struct smb_filename *smb_fname,
TALLOC_CTX *mem_ctx,