blob: c57e47878fbbdb1cbb422a3a26f2e5004c78b18e (
plain)
1
2
3
4
5
6
7
8
|
/* 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, bool use_btrfs_subvol, bool use_btrfs_quota);
|