diff options
Diffstat (limited to 'src/shared/switch-root.h')
-rw-r--r-- | src/shared/switch-root.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shared/switch-root.h b/src/shared/switch-root.h new file mode 100644 index 0000000..f4d48cb --- /dev/null +++ b/src/shared/switch-root.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: LGPL-2.1+ */ +#pragma once + +#include <stdbool.h> + +int switch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags); |