From eb8c658fcdda5d1337605ed5e2e8da15bc51ba20 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Thu, 25 Jun 2009 18:19:09 -0700 Subject: s3 file_access: Convert some more functions over to use smb_filneame --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index f685152de8..731934d714 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6268,7 +6268,8 @@ bool can_delete_file_in_directory(connection_struct *conn, 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 char *fname, const SMB_STRUCT_STAT *psbuf); +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); /* The following definitions come from smbd/fileio.c */ -- cgit