chiark / gitweb /
nspawn: always copy /etc/resolv.conf rather than bind mount
[elogind.git] / src / shared / util.h
index 1b845b3803dc70a2f0eeb062b4de6f47fe63ac7d..c2e6a685c85193fba94ddac95cf3148645a954cd 100644 (file)
@@ -448,7 +448,7 @@ int terminal_vhangup(const char *name);
 
 int vt_disallocate(const char *name);
 
-int copy_file(const char *from, const char *to);
+int copy_file(const char *from, const char *to, int flags);
 
 int symlink_atomic(const char *from, const char *to);