]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/home/homework-fscrypt.h
homed: replace "already_activated" boolean parameter by a flags value
[thirdparty/systemd.git] / src / home / homework-fscrypt.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_fscrypt(UserRecord *h, PasswordCache *cache, HomeSetup *setup);
70a5db58
LP
8int home_create_fscrypt(UserRecord *h, char **effective_passwords, UserRecord **ret_home);
9
7b78db28 10int home_passwd_fscrypt(UserRecord *h, HomeSetup *setup, PasswordCache *cache, char **effective_passwords);