chiark / gitweb /
core: rework policykit hookup
[elogind.git] / src / core / dbus-timer.h
index cfff88e8b70a3b78da0cd232447db1068511e57a..103172f05577edcb97bb19366a0edb927ee35774 100644 (file)
@@ -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);