summaryrefslogtreecommitdiff
path: root/src/core/dbus-target.c
blob: ba50113641dc260ad8c4627126f8db4f8bcb4362 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: LGPL-2.1+ */

#include "dbus-target.h"
#include "unit.h"

const sd_bus_vtable bus_target_vtable[] = {
        SD_BUS_VTABLE_START(0),
        SD_BUS_VTABLE_END
};