]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/dbus-target.h
Merge pull request #2495 from heftig/master
[thirdparty/systemd.git] / src / core / dbus-target.h
index a8a0304c75bbbac077edc7a27f9deb3104af40ed..9be5ce06b72e89fb4bf32baa635615959c25f286 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <dbus/dbus.h>
-
-#include "unit.h"
-
-DBusHandlerResult bus_target_message_handler(Unit *u, DBusConnection *c, DBusMessage *message);
+#include "sd-bus.h"
 
-extern const char bus_target_interface[];
+extern const sd_bus_vtable bus_target_vtable[];