]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/dbus-target.c
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / core / dbus-target.c
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /***
3 Copyright 2010 Lennart Poettering
4 ***/
5
6 #include "dbus-target.h"
7 #include "unit.h"
8
9 const sd_bus_vtable bus_target_vtable[] = {
10 SD_BUS_VTABLE_START(0),
11 SD_BUS_VTABLE_END
12 };