summaryrefslogtreecommitdiff
path: root/src/home/homework-cifs.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-17 09:42:15 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-17 22:20:05 +0200
commite1df968b334d2185ddfb0412135e439fe70578d0 (patch)
tree057d57db35da14875608272dc324de8992ad8d0d /src/home/homework-cifs.h
parente00324d092d6659bc0cb258c0d7043cde2e5a9ea (diff)
downloadsystemd-e1df968b334d2185ddfb0412135e439fe70578d0.tar.gz
homed: replace "already_activated" boolean parameter by a flags value
This is mostly preparation for further defined flags to be added in later PRs/commits. No change in behaviour just the flagsification.
Diffstat (limited to 'src/home/homework-cifs.h')
-rw-r--r--src/home/homework-cifs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homework-cifs.h b/src/home/homework-cifs.h
index 6bba2c951a..820b95e1db 100644
--- a/src/home/homework-cifs.h
+++ b/src/home/homework-cifs.h
@@ -4,7 +4,7 @@
#include "homework.h"
#include "user-record.h"
-int home_setup_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);