]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/machine-pool.h
import: wire up SYSTEMD_IMPORT_BTRFS_{SUBVOL,QUOTA} to importd
[thirdparty/systemd.git] / src / shared / machine-pool.h
index 6f59a18fb69855d123397ffe8012d11ebfe34155..c57e47878fbbdb1cbb422a3a26f2e5004c78b18e 100644 (file)
@@ -1,8 +1,8 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 #pragma once
 
 #include <stdint.h>
 
 #include "sd-bus.h"
 
-int setup_machine_directory(sd_bus_error *error);
+int setup_machine_directory(sd_bus_error *error, bool use_btrfs_subvol, bool use_btrfs_quota);