]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/switch-root.h
Merge pull request #12109 from poettering/sleep-minifixes
[thirdparty/systemd.git] / src / shared / switch-root.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
05d3a176 2#pragma once
41669317 3
0c697941
LP
4#include <stdbool.h>
5
5a4bf02f 6int switch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags);