diff options
author | Tim Prouty <tprouty@samba.org> | 2009-07-21 09:29:59 -0700 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-07-21 12:04:58 -0700 |
commit | 6b49f28592af5c998642bd5d5f76b77c79a22cd7 (patch) | |
tree | 470fda300240a8fe64328a6c17e540e1244c0ea1 /source3/include | |
parent | 424e7636957f07c044ee24a9bbf650b02291939b (diff) | |
download | samba-6b49f28592af5c998642bd5d5f76b77c79a22cd7.tar.gz samba-6b49f28592af5c998642bd5d5f76b77c79a22cd7.tar.bz2 samba-6b49f28592af5c998642bd5d5f76b77c79a22cd7.zip |
s3: Plumb smb_filename through map_open_params_to_ntcreate
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 c48cebce11..fe81bd2c97 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6589,7 +6589,8 @@ NTSTATUS fcb_or_dos_open(struct smb_request *req, uint32 access_mask, uint32 share_access, uint32 create_options); -bool map_open_params_to_ntcreate(const char *fname, int deny_mode, int open_func, +bool map_open_params_to_ntcreate(const struct smb_filename *smb_fname, + int deny_mode, int open_func, uint32 *paccess_mask, uint32 *pshare_mode, uint32 *pcreate_disposition, |