mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
7 lines
184 B
C
7 lines
184 B
C
/* 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);
|