diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-04 16:16:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-04 16:16:04 +0200 |
commit | eb18df724ba541ac1c7fd5c77d9244fa6bc5cabf (patch) | |
tree | 8d04bf1b38265cc8c5da2b6ae5bfef0db4eb5360 /src/core/dbus-automount.h | |
parent | 07a1734a13a7c43cf4b86c10358cacc7051f6469 (diff) | |
parent | 96f5957f1f0d98584bb463d73616a6755e02624b (diff) |
Merge pull request #2471 from michaelolbrich/transient-mounts
allow transient mounts and 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); |