summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
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 343b0b916e..f6d543972f 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -580,11 +580,6 @@ void reply_nttranss(struct smb_request *req);
/* The following definitions come from smbd/open.c */
-NTSTATUS smb1_file_se_access_check(connection_struct *conn,
- const struct security_descriptor *sd,
- const struct security_token *token,
- uint32_t access_desired,
- uint32_t *access_granted);
NTSTATUS fd_close(files_struct *fsp);
void change_file_owner_to_parent(connection_struct *conn,
const char *inherit_from_dir,