summaryrefslogtreecommitdiff
path: root/src/core/dbus-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-device.h')
-rw-r--r--src/core/dbus-device.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/core/dbus-device.h b/src/core/dbus-device.h
index 311e0685d1..f248c28db3 100644
--- a/src/core/dbus-device.h
+++ b/src/core/dbus-device.h
@@ -21,11 +21,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <dbus/dbus.h>
-
+#include "sd-bus.h"
#include "unit.h"
-DBusHandlerResult bus_device_message_handler(Unit *u, DBusConnection *c, DBusMessage *message);
-
-extern const char bus_device_interface[];
-extern const char bus_device_invalidating_properties[];
+extern const sd_bus_vtable bus_device_vtable[];
+extern const char* const bus_device_changing_properties[];