]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homework.h
homework: add new helper home_setup_undo_mount()
[thirdparty/systemd.git] / src / home / homework.h
index 1fa5a1e37a56d87dea1df233c11cc9f867319e12..0ce8457727cab5f75eddb7946075080313a3ed81 100644 (file)
@@ -70,6 +70,8 @@ typedef enum HomeSetupFlags {
 
 int home_setup_done(HomeSetup *setup);
 
+int home_setup_undo_mount(HomeSetup *setup, int level);
+
 int home_setup(UserRecord *h, HomeSetupFlags flags, PasswordCache *cache, HomeSetup *setup, UserRecord **ret_header_home);
 
 int home_refresh(UserRecord *h, HomeSetup *setup, UserRecord *header_home, PasswordCache *cache, struct statfs *ret_statfs, UserRecord **ret_new_home);