summaryrefslogtreecommitdiff
path: root/src/core/dbus-timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-timer.h')
-rw-r--r--src/core/dbus-timer.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/core/dbus-timer.h b/src/core/dbus-timer.h
index 9ac30501d1..ddd311c626 100644
--- a/src/core/dbus-timer.h
+++ b/src/core/dbus-timer.h
@@ -21,11 +21,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <dbus/dbus.h>
+#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[];
+extern const char* const bus_timer_changing_properties[];