chiark / gitweb /
mount: don't fire PropertiesChanged signals for mounts that are stopped
[elogind.git] / src / core / dbus-timer.h
index daa26c8512a1d65e91d6c0cd25308b39f3d02316..cfff88e8b70a3b78da0cd232447db1068511e57a 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foodbustimerhfoo
-#define foodbustimerhfoo
+#pragma once
 
 /***
   This file is part of systemd.
   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[];
-
-#endif
+extern const sd_bus_vtable bus_timer_vtable[];