]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homework-luks.h
Merge pull request #17549 from yuwata/tiny-fixes
[thirdparty/systemd.git] / src / home / homework-luks.h
index b51f1ad7a01d07f747ed67b9f6d1ad86c8c359f7..c43bdfcba3f31c039ead6cc385d7eb20f63669a7 100644 (file)
@@ -1,7 +1,7 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 #pragma once
 
-#include "crypt-util.h"
+#include "cryptsetup-util.h"
 #include "homework.h"
 #include "user-record.h"
 
@@ -42,3 +42,5 @@ int run_fitrim(int root_fd);
 int run_fitrim_by_path(const char *root_path);
 int run_fallocate(int backing_fd, const struct stat *st);
 int run_fallocate_by_path(const char *backing_path);
+int run_mark_dirty(int fd, bool b);
+int run_mark_dirty_by_path(const char *path, bool b);