summaryrefslogtreecommitdiff
path: root/src/home/homework-cifs.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-13 22:24:24 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-16 14:47:57 +0200
commitaa0a6214e23a3f9a2b1938e56565d94552afde04 (patch)
treee6fad23a5233aadfbae22a9122e34d1ff0993b64 /src/home/homework-cifs.h
parent22e5118cdaac95644afe8308df542dc2eb603ee2 (diff)
downloadsystemd-aa0a6214e23a3f9a2b1938e56565d94552afde04.tar.gz
homed: rename home_prepare*() → home_setup*()
These set of functions are constructors for an object called HomeSetup, which has a destructor home_setup_undo(), hence to be reasonably symmetric, let's call it home_setup*() too, instead of using a new verb "prepare" for its name. No actual code changes, just some renaming.
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 da2e50a795..6bba2c951a 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_prepare_cifs(UserRecord *h, bool already_activated, HomeSetup *setup);
+int home_setup_cifs(UserRecord *h, bool already_activated, HomeSetup *setup);
int home_activate_cifs(UserRecord *h, PasswordCache *cache, UserRecord **ret_home);