summaryrefslogtreecommitdiff
path: root/src/shared/switch-root.h
blob: e3fabae3d9a6253b92f7941204ced800817574ab (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <stdbool.h>

int switch_root(const char *new_root, const char *old_root_after, unsigned long mount_flags);