]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homework-directory.h
Merge pull request #15442 from poettering/fido2
[thirdparty/systemd.git] / src / home / homework-directory.h
index 047c3a70a03260f10da837a20a4829db6e7fb676..717837f348f6078ff54901d5aeff03191321db49 100644 (file)
@@ -5,6 +5,6 @@
 #include "user-record.h"
 
 int home_prepare_directory(UserRecord *h, bool already_activated, HomeSetup *setup);
-int home_activate_directory(UserRecord *h, char ***pkcs11_decrypted_passwords, UserRecord **ret_home);
+int home_activate_directory(UserRecord *h, PasswordCache *cache, UserRecord **ret_home);
 int home_create_directory_or_subvolume(UserRecord *h, UserRecord **ret_home);
-int home_resize_directory(UserRecord *h, bool already_activated, char ***pkcs11_decrypted_passwords, HomeSetup *setup, UserRecord **ret_home);
+int home_resize_directory(UserRecord *h, bool already_activated, PasswordCache *cache, HomeSetup *setup, UserRecord **ret_home);