X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fdbus-timer.h;h=cfff88e8b70a3b78da0cd232447db1068511e57a;hp=9ac30501d14c3cb28bdb317d9450cca4e78f89c2;hb=aef831369cd2a7a1bd4a58dd96ff8628ed6a85f9;hpb=c2f1db8f83618e60dcded8303d14656d7d26b436 diff --git a/src/core/dbus-timer.h b/src/core/dbus-timer.h index 9ac30501d..cfff88e8b 100644 --- a/src/core/dbus-timer.h +++ b/src/core/dbus-timer.h @@ -21,11 +21,6 @@ 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 char bus_timer_interface[]; -extern const char bus_timer_invalidating_properties[]; +extern const sd_bus_vtable bus_timer_vtable[];