]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/switch-root.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / shared / switch-root.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
05d3a176 2#pragma once
41669317 3
a8fbdf54 4#include <stdbool.h>
41669317
LP
5/***
6 This file is part of systemd.
7
8 Copyright 2012 Harald Hoyer, Lennart Poettering
41669317
LP
9***/
10
5a4bf02f 11int switch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags);