X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fcopy.h;h=0cb8cf766cf4027a8affc4db7dc0e9292e02767b;hp=1909de4b884bbfafe57896e0871a9467a6a3dece;hb=8b89c78c709c597c8838095ff33845ffa7b1f268;hpb=d228dab58edda06f13e9637cffb16f48a6a615cb diff --git a/src/basic/copy.h b/src/basic/copy.h index 1909de4b8..0cb8cf766 100644 --- a/src/basic/copy.h +++ b/src/basic/copy.h @@ -30,6 +30,6 @@ // UNNEEDED int copy_tree(const char *from, const char *to, bool merge); // UNNEEDED int copy_tree_at(int fdf, const char *from, int fdt, const char *to, bool merge); // UNNEEDED int copy_directory_fd(int dirfd, const char *to, bool merge); -int copy_bytes(int fdf, int fdt, off_t max_bytes, bool try_reflink); +int copy_bytes(int fdf, int fdt, uint64_t max_bytes, bool try_reflink); // UNNEEDED int copy_times(int fdf, int fdt); // UNNEEDED int copy_xattr(int fdf, int fdt);