]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/home/homework-cifs.h
Merge pull request #21038 from yuwata/network-dhcp6-pd-fix-address-check
[thirdparty/systemd.git] / src / home / homework-cifs.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "homework.h"
5 #include "user-record.h"
6
7 int home_setup_cifs(UserRecord *h, HomeSetupFlags flags, HomeSetup *setup);
8
9 int home_activate_cifs(UserRecord *h, HomeSetup *setup, PasswordCache *cache, UserRecord **ret_home);
10
11 int home_create_cifs(UserRecord *h, HomeSetup *setup, UserRecord **ret_home);