diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |