X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fcopy.h;h=62932112afe571d904e988b5729846f79c633262;hp=6b93107fabe26e5170dba9183d427d18ec7ef0b6;hb=cda134ab1eac84f874aacf8e885a07112a7fd5ce;hpb=0c2576ef74a9f9b96519cdcb7f9c01742d8255e2 diff --git a/src/shared/copy.h b/src/shared/copy.h index 6b93107fa..62932112a 100644 --- a/src/shared/copy.h +++ b/src/shared/copy.h @@ -24,6 +24,7 @@ #include #include +int copy_file_fd(const char *from, int to); int copy_file(const char *from, const char *to, int flags, mode_t mode); int copy_tree(const char *from, const char *to, bool merge); int copy_bytes(int fdf, int fdt, off_t max_bytes);