]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/dbus-mount.h
po: update and correction translation (Chinese (Traditional) (zh_TW))
[thirdparty/systemd.git] / src / core / dbus-mount.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
c2f1db8f 2#pragma once
4139c1b2 3
718db961 4#include "sd-bus.h"
19e69a9c 5#include "sd-bus-vtable.h"
07630cea 6
4139c1b2
LP
7#include "unit.h"
8
718db961 9extern const sd_bus_vtable bus_mount_vtable[];
4139c1b2 10
2e59b241 11int bus_mount_set_property(Unit *u, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error);
74c964d3 12int bus_mount_commit_properties(Unit *u);