smbd: Simplify copy_file()
[samba.git] / source3 / smbd / proto.h
index f49191b721fbd763218ca52b102b4019d13ff3c9..28591a17e389dc8230e0b7bb9bd2d59a64ea6c31 100644 (file)
@@ -988,9 +988,7 @@ NTSTATUS copy_file(TALLOC_CTX *ctx,
                        connection_struct *conn,
                        struct smb_filename *smb_fname_src,
                        struct smb_filename *smb_fname_dst,
-                       int ofun,
-                       int count,
-                       bool target_is_directory);
+                       int ofun);
 uint64_t get_lock_offset(const uint8_t *data, int data_offset,
                         bool large_file_format);