]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/home/homework-mount.h
home: add new systemd-homed service that can manage LUKS homes
[thirdparty/systemd.git] / src / home / homework-mount.h
CommitLineData
70a5db58
LP
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
4#include <stdbool.h>
5
6int home_mount_node(const char *node, const char *fstype, bool discard);
7int home_unshare_and_mount(const char *node, const char *fstype, bool discard);
8int home_move_mount(const char *user_name_and_realm, const char *target);