]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homework-cifs.h
homed: replace "already_activated" boolean parameter by a flags value
[thirdparty/systemd.git] / src / home / homework-cifs.h
index ee799e2a4b8ed9ed2dc7bb3c62c5f5011b3e14df..820b95e1dbe50b3a5f626166243667bdb0d01243 100644 (file)
@@ -1,10 +1,10 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 #pragma once
 
 #include "homework.h"
 #include "user-record.h"
 
-int home_prepare_cifs(UserRecord *h, bool already_activated, HomeSetup *setup);
+int home_setup_cifs(UserRecord *h, HomeSetupFlags flags, HomeSetup *setup);
 
 int home_activate_cifs(UserRecord *h, PasswordCache *cache, UserRecord **ret_home);