blob: 6bfaa3a6ebbe437688bbdcb756e4a2b25a35b8d5 (
plain)
1
2
3
4
5
6
7
|
/* 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);
|