X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fdbus-timer.h;h=103172f05577edcb97bb19366a0edb927ee35774;hb=76c37ab6d205c95e8f43ffbc19553b936330195a;hp=9ac30501d14c3cb28bdb317d9450cca4e78f89c2;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/src/core/dbus-timer.h b/src/core/dbus-timer.h index 9ac30501d..103172f05 100644 --- a/src/core/dbus-timer.h +++ b/src/core/dbus-timer.h @@ -21,11 +21,9 @@ along with systemd; If not, see . ***/ -#include - +#include "sd-bus.h" #include "unit.h" -DBusHandlerResult bus_timer_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); +extern const sd_bus_vtable bus_timer_vtable[]; -extern const char bus_timer_interface[]; -extern const char bus_timer_invalidating_properties[]; +int bus_timer_set_property(Unit *u, const char *name, sd_bus_message *i, UnitSetPropertiesMode mode, sd_bus_error *error);