diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2015-12-09 15:46:46 +0100 |
---|---|---|
committer | Michael Olbrich <m.olbrich@pengutronix.de> | 2016-06-06 07:33:54 +0200 |
commit | afb14803b34a9f4abf5265365aebe9a3132344c2 (patch) | |
tree | 0ffda5cdfc0e0b6875c2054d3ff236bab252cd7b /src/core/dbus-automount.h | |
parent | 308253c5a2b146fc18e3789725c092ac55b10ce7 (diff) |
automount: implement transient automounts
Diffstat (limited to 'src/core/dbus-automount.h')
-rw-r--r-- | src/core/dbus-automount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/dbus-automount.h b/src/core/dbus-automount.h index 7b51eb973a..f41adda2a6 100644 --- a/src/core/dbus-automount.h +++ b/src/core/dbus-automount.h @@ -21,3 +21,5 @@ extern const sd_bus_vtable bus_automount_vtable[]; + +int bus_automount_set_property(Unit *u, const char *name, sd_bus_message *message, UnitSetPropertiesMode mode, sd_bus_error *error); |