]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/home/homework-directory.h
9f7e1470e275a07356a6b2d2360b55f493165a3e
[thirdparty/systemd.git] / src / home / homework-directory.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "homework.h"
5 #include "user-record.h"
6
7 int home_setup_directory(UserRecord *h, bool already_activated, HomeSetup *setup);
8 int home_activate_directory(UserRecord *h, PasswordCache *cache, UserRecord **ret_home);
9 int home_create_directory_or_subvolume(UserRecord *h, UserRecord **ret_home);
10 int home_resize_directory(UserRecord *h, bool already_activated, PasswordCache *cache, HomeSetup *setup, UserRecord **ret_home);