]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/home/homework-directory.h
Merge pull request #15442 from poettering/fido2
[thirdparty/systemd.git] / src / home / homework-directory.h
CommitLineData
70a5db58
LP
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
4#include "homework.h"
5#include "user-record.h"
6
7int home_prepare_directory(UserRecord *h, bool already_activated, HomeSetup *setup);
7b78db28 8int home_activate_directory(UserRecord *h, PasswordCache *cache, UserRecord **ret_home);
70a5db58 9int home_create_directory_or_subvolume(UserRecord *h, UserRecord **ret_home);
7b78db28 10int home_resize_directory(UserRecord *h, bool already_activated, PasswordCache *cache, HomeSetup *setup, UserRecord **ret_home);