switch-root.h revision 05d3a176239c1dd67863c70a5b79d9bc14144ef6
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd#pragma once
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd/***
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor This file is part of systemd.
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor Copyright 2012 Harald Hoyer, Lennart Poettering
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc systemd is free software; you can redistribute it and/or modify it
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor under the terms of the GNU Lesser General Public License as published by
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor the Free Software Foundation; either version 2.1 of the License, or
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor (at your option) any later version.
2e545ce2450a9953665f701bb05350f0d3f26275nd
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor systemd is distributed in the hope that it will be useful, but
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor WITHOUT ANY WARRANTY; without even the implied warranty of
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor Lesser General Public License for more details.
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor You should have received a copy of the GNU Lesser General Public License
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor along with systemd; If not, see <http://www.gnu.org/licenses/>.
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor***/
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor
32f5dfaca53f31a4ccb791a811607367ce16e832gryzorint switch_root(const char *switch_root);
32f5dfaca53f31a4ccb791a811607367ce16e832gryzor