diff options
author | Jeremy Allison <jra@samba.org> | 2010-12-16 16:42:33 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-12-17 21:11:04 +0100 |
commit | fe50632d54b7946bf7d7ca776d41aaaf657c895a (patch) | |
tree | bdf79e36583c14329d4c47475bcf7a754f543b1d /source3/include | |
parent | 192c4a145f22d5d08586476793980c21db7793fe (diff) | |
download | samba-fe50632d54b7946bf7d7ca776d41aaaf657c895a.tar.gz samba-fe50632d54b7946bf7d7ca776d41aaaf657c895a.tar.bz2 samba-fe50632d54b7946bf7d7ca776d41aaaf657c895a.zip |
file_set_sparse needs to be a handle based call.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 53c1f5d370..9583388362 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4621,7 +4621,7 @@ uint32 dos_mode(connection_struct *conn, struct smb_filename *smb_fname); int file_set_dosmode(connection_struct *conn, struct smb_filename *smb_fname, uint32 dosmode, const char *parent_dir, bool newfile); NTSTATUS file_set_sparse(connection_struct *conn, - struct smb_filename *smb_fname, + struct files_struct *fsp, bool sparse); int file_ntimes(connection_struct *conn, const struct smb_filename *smb_fname, struct smb_file_time *ft); |