Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
files_struct *fsp,
struct smb_filename *smb_fname_src_rel,
struct share_mode_lock **lck,
- struct smb_filename *smb_fname_dst_in,
- const char *dst_original_lcomp,
uint32_t attrs,
const char *newname,
bool replace_if_exists);
files_struct *fsp,
struct smb_filename *smb_fname_src_rel,
struct share_mode_lock **_lck,
- struct smb_filename *smb_fname_dst_in,
- const char *dst_original_lcomp,
uint32_t attrs,
const char *newname,
bool replace_if_exists)
fsp,
smb_fname_src_rel,
NULL,
- smb_fname_dst,
- dst_original_lcomp,
attrs,
newname,
replace_if_exists);
fsp,
smb_fname_src_rel,
lck,
- smb_fname_dst,
- dst_original_lcomp,
(FILE_ATTRIBUTE_HIDDEN |
FILE_ATTRIBUTE_SYSTEM),
newname,
fsp,
smb_fname_src_rel,
NULL,
- smb_fname_dst,
- dst_original_lcomp,
0,
newname,
overwrite);