summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-11-04 15:55:11 -0700
committerJeremy Allison <jra@samba.org>2011-11-04 15:55:11 -0700
commitb988a3233fae309c6f034724ae106d935b1489f7 (patch)
treeeabc21bdd9ec860752f5e163ab2e64d8dbad478c /source3/smbd/proto.h
parent60b741415d9357f11ae1db80f93035058fdbe4e8 (diff)
downloadsamba-b988a3233fae309c6f034724ae106d935b1489f7.tar.gz
samba-b988a3233fae309c6f034724ae106d935b1489f7.tar.bz2
samba-b988a3233fae309c6f034724ae106d935b1489f7.zip
Remove can_access_file_acl(). We no longer need this duplicate code (hurrah!).
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 0b7c28fb91..0a68a6c318 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -303,14 +303,8 @@ void reply_openerror(struct smb_request *req, NTSTATUS status);
/* The following definitions come from smbd/file_access.c */
-bool can_access_file_acl(struct connection_struct *conn,
- const struct smb_filename *smb_fname,
- uint32_t access_mask);
bool can_delete_file_in_directory(connection_struct *conn,
const struct smb_filename *smb_fname);
-bool can_access_file_data(connection_struct *conn,
- const struct smb_filename *smb_fname,
- uint32 access_mask);
bool can_write_to_file(connection_struct *conn,
const struct smb_filename *smb_fname);
bool directory_has_default_acl(connection_struct *conn, const char *fname);