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

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

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