summaryrefslogtreecommitdiff
path: root/src/core/dbus-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-target.h')
-rw-r--r--src/core/dbus-target.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/core/dbus-target.h b/src/core/dbus-target.h
index a8a0304c75..6be9c9f708 100644
--- a/src/core/dbus-target.h
+++ b/src/core/dbus-target.h
@@ -21,10 +21,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <dbus/dbus.h>
+#include "sd-bus.h"
-#include "unit.h"
-
-DBusHandlerResult bus_target_message_handler(Unit *u, DBusConnection *c, DBusMessage *message);
-
-extern const char bus_target_interface[];
+extern const sd_bus_vtable bus_target_vtable[];