diff options
author | Tim Prouty <tprouty@samba.org> | 2009-06-25 18:19:09 -0700 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-06-25 18:25:48 -0700 |
commit | eb8c658fcdda5d1337605ed5e2e8da15bc51ba20 (patch) | |
tree | 1c010444ff42dd73afc0e1ad3cd8140dff168fd0 /source3/include | |
parent | 9001c53406241aeab4a3cfe0f663b71f67611cde (diff) | |
download | samba-eb8c658fcdda5d1337605ed5e2e8da15bc51ba20.tar.gz samba-eb8c658fcdda5d1337605ed5e2e8da15bc51ba20.tar.bz2 samba-eb8c658fcdda5d1337605ed5e2e8da15bc51ba20.zip |
s3 file_access: Convert some more functions over to use smb_filneame
Diffstat (limited to 'source3/include')
-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 */ |