]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/home/homework-mount.h
sd-bus: Add sd_bus_message_peek_type docs
[thirdparty/systemd.git] / src / home / homework-mount.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <stdbool.h>
5
6 int home_mount_node(const char *node, const char *fstype, bool discard);
7 int home_unshare_and_mount(const char *node, const char *fstype, bool discard);
8 int home_move_mount(const char *user_name_and_realm, const char *target);