summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-11-03 11:49:22 -0700
committerJeremy Allison <jra@samba.org>2011-11-04 14:15:47 -0700
commit1fab17de94a38294918e9eab7d6f85b94d6db421 (patch)
treefe64e42c80dadf4a4f98b081c23eadb6a9d0a1d3 /source3/smbd/proto.h
parentd433af92b9085e862b6fd3e3f4aea90051d9a2fc (diff)
downloadsamba-1fab17de94a38294918e9eab7d6f85b94d6db421.tar.gz
samba-1fab17de94a38294918e9eab7d6f85b94d6db421.tar.bz2
samba-1fab17de94a38294918e9eab7d6f85b94d6db421.zip
Revert "Change function signature of check_parent_access() to take char * instead of struct smb_filename."
This reverts commit a11c0a41a35aa2b1c14333552045a65e3e50df1e. Not needed.
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 351fc4992b..343b0b916e 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -585,10 +585,6 @@ NTSTATUS smb1_file_se_access_check(connection_struct *conn,
const struct security_token *token,
uint32_t access_desired,
uint32_t *access_granted);
-NTSTATUS check_parent_access(struct connection_struct *conn,
- const char *path,
- uint32_t access_mask,
- char **pp_parent_dir);
NTSTATUS fd_close(files_struct *fsp);
void change_file_owner_to_parent(connection_struct *conn,
const char *inherit_from_dir,