]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homework-directory.h
random-util: add crypto_random_bytes_allocate_iovec()
[thirdparty/systemd.git] / src / home / homework-directory.h
index 92cc755546c2754e6e4cc6ff437a663343e030fb..fe03e5deb19cd3ea94212d0ed934e39048625d0c 100644 (file)
@@ -5,6 +5,6 @@
 #include "user-record.h"
 
 int home_setup_directory(UserRecord *h, HomeSetup *setup);
-int home_activate_directory(UserRecord *h, HomeSetup *setup, PasswordCache *cache, UserRecord **ret_home);
+int home_activate_directory(UserRecord *h, HomeSetupFlags flags, HomeSetup *setup, PasswordCache *cache, UserRecord **ret_home);
 int home_create_directory_or_subvolume(UserRecord *h, HomeSetup *setup, UserRecord **ret_home);
-int home_resize_directory(UserRecord *h, HomeSetupFlags flags, PasswordCache *cache, HomeSetup *setup, UserRecord **ret_home);
+int home_resize_directory(UserRecord *h, HomeSetupFlags flags, HomeSetup *setup, PasswordCache *cache, UserRecord **ret_home);