]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/switch-root.h
tree-wide: drop 'This file is part of systemd' blurb
[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 5/***
41669317 6 Copyright 2012 Harald Hoyer, Lennart Poettering
41669317
LP
7***/
8
5a4bf02f 9int switch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags);