X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fcopy.h;h=8fb057fe8679974904341c3c517cf9f92b4313fe;hp=5b569543eeb67aaedf9a98311ac26e5e68567d46;hb=1b99214789101976d6bbf75c351279584b071998;hpb=0138a2dcc50d261ea3512b0eaca2c6e9d4a807f0 diff --git a/src/shared/copy.h b/src/shared/copy.h index 5b569543e..8fb057fe8 100644 --- a/src/shared/copy.h +++ b/src/shared/copy.h @@ -23,3 +23,4 @@ int copy_file(const char *from, const char *to, int flags, mode_t mode); int copy_tree(const char *from, const char *to); +int copy_bytes(int fdf, int fdt);