]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/home/homework-cifs.h
license: LGPL-2.1+ -> LGPL-2.1-or-later
[thirdparty/systemd.git] / src / home / homework-cifs.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
70a5db58
LP
2#pragma once
3
4#include "homework.h"
5#include "user-record.h"
6
7int home_prepare_cifs(UserRecord *h, bool already_activated, HomeSetup *setup);
8
7b78db28 9int home_activate_cifs(UserRecord *h, PasswordCache *cache, UserRecord **ret_home);
70a5db58
LP
10
11int home_create_cifs(UserRecord *h, UserRecord **ret_home);