X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fdbus-mount.h;h=4bb5d2ddee10cd27afd8f2966b073858f878a6c0;hp=8597394373ebc44bc70975d0e3538ed276549841;hb=99f37ad86e114b2d1c9eaedf2bc1a0004a265d26;hpb=c2f1db8f83618e60dcded8303d14656d7d26b436 diff --git a/src/core/dbus-mount.h b/src/core/dbus-mount.h index 859739437..4bb5d2dde 100644 --- a/src/core/dbus-mount.h +++ b/src/core/dbus-mount.h @@ -21,11 +21,11 @@ along with systemd; If not, see . ***/ -#include - +#include "sd-bus.h" #include "unit.h" -DBusHandlerResult bus_mount_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); +extern const sd_bus_vtable bus_mount_vtable[]; +extern const char * const bus_mount_changing_properties[]; -extern const char bus_mount_interface[]; -extern const char bus_mount_invalidating_properties[]; +int bus_mount_set_property(Unit *u, const char *name, sd_bus_message *message, UnitSetPropertiesMode mode, sd_bus_error *error); +int bus_mount_commit_properties(Unit *u);