X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fdbus-timer.h;h=103172f05577edcb97bb19366a0edb927ee35774;hp=cfff88e8b70a3b78da0cd232447db1068511e57a;hb=d3f86679783aee216d60b125acfb5f39a0df555f;hpb=aec8de63b14a93b91b85dc15bf879604352fbbe1 diff --git a/src/core/dbus-timer.h b/src/core/dbus-timer.h index cfff88e8b..103172f05 100644 --- a/src/core/dbus-timer.h +++ b/src/core/dbus-timer.h @@ -22,5 +22,8 @@ ***/ #include "sd-bus.h" +#include "unit.h" extern const sd_bus_vtable bus_timer_vtable[]; + +int bus_timer_set_property(Unit *u, const char *name, sd_bus_message *i, UnitSetPropertiesMode mode, sd_bus_error *error);