X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fcopy.h;fp=src%2Fbasic%2Fcopy.h;h=0cb8cf766cf4027a8affc4db7dc0e9292e02767b;hb=3cd22db822df747636dcf30ebb8ec5d16bb71880;hp=1909de4b884bbfafe57896e0871a9467a6a3dece;hpb=f556f28e9299d8e94acc652d58f4515fb89f6229;p=elogind.git 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);