]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homework-cifs.h
homework: move allocation/destruction into outer/generic scope
[thirdparty/systemd.git] / src / home / homework-cifs.h
index 820b95e1dbe50b3a5f626166243667bdb0d01243..dda1e0b876d41fb70630599b09ef500b0a5ccd4d 100644 (file)
@@ -6,6 +6,6 @@
 
 int home_setup_cifs(UserRecord *h, HomeSetupFlags flags, HomeSetup *setup);
 
-int home_activate_cifs(UserRecord *h, PasswordCache *cache, UserRecord **ret_home);
+int home_activate_cifs(UserRecord *h, HomeSetup *setup, PasswordCache *cache, UserRecord **ret_home);
 
-int home_create_cifs(UserRecord *h, UserRecord **ret_home);
+int home_create_cifs(UserRecord *h, HomeSetup *setup, UserRecord **ret_home);