1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-16 15:18:58 +00:00

Optimize copy and move file.

This commit is contained in:
cuihaikuo
2019-03-25 18:37:38 +08:00
parent da80c79e41
commit 2e41b60ab0
3 changed files with 287 additions and 207 deletions

View File

@@ -47,7 +47,6 @@ seaf_copy_manager_add_task (SeafCopyManager *mgr,
const char *dst_filename,
int replace,
const char *modifier,
gint64 total_files,
CopyTaskFunc function,
gboolean need_progress);