chiark / gitweb /
sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from static...
[elogind.git] / src / shared / copy.h
index 5b569543eeb67aaedf9a98311ac26e5e68567d46..8fb057fe8679974904341c3c517cf9f92b4313fe 100644 (file)
@@ -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);