]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/home/homework-directory.h
doc: mention that units can be masked via credentials
[thirdparty/systemd.git] / src / home / homework-directory.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
70a5db58
LP
2#pragma once
3
4#include "homework.h"
5#include "user-record.h"
6
e1df968b 7int home_setup_directory(UserRecord *h, HomeSetup *setup);
6f2c8136 8int home_activate_directory(UserRecord *h, HomeSetupFlags flags, HomeSetup *setup, PasswordCache *cache, UserRecord **ret_home);
e1aeaf27 9int home_create_directory_or_subvolume(UserRecord *h, HomeSetup *setup, UserRecord **ret_home);
c00b2ddc 10int home_resize_directory(UserRecord *h, HomeSetupFlags flags, HomeSetup *setup, PasswordCache *cache, UserRecord **ret_home);