chiark / gitweb /
core,nspawn: unify code that moves the root dir
[elogind.git] / src / shared / util.h
index a6f536754f02cd97effe91d973d882b9f1d97b83..4cea627580fd86586acdb5bee5f966e3dde32b0a 100644 (file)
@@ -904,3 +904,5 @@ int rename_noreplace(int olddirfd, const char *oldpath, int newdirfd, const char
 char *shell_maybe_quote(const char *s);
 
 int parse_mode(const char *s, mode_t *ret);
+
+int mount_move_root(const char *path);