summaryrefslogtreecommitdiff
path: root/src/core/dbus-mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-mount.h')
-rw-r--r--src/core/dbus-mount.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/dbus-mount.h b/src/core/dbus-mount.h
index 8597394373..f4ec8b1625 100644
--- a/src/core/dbus-mount.h
+++ b/src/core/dbus-mount.h
@@ -27,5 +27,8 @@
DBusHandlerResult bus_mount_message_handler(Unit *u, DBusConnection *c, DBusMessage *message);
+int bus_mount_set_property(Unit *u, const char *name, DBusMessageIter *i, UnitSetPropertiesMode mode, DBusError *error);
+int bus_mount_commit_properties(Unit *u);
+
extern const char bus_mount_interface[];
extern const char bus_mount_invalidating_properties[];