diff options
Diffstat (limited to 'src/core/dbus-target.h')
-rw-r--r-- | src/core/dbus-target.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/dbus-target.h b/src/core/dbus-target.h new file mode 100644 index 0000000..fedd4a9 --- /dev/null +++ b/src/core/dbus-target.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +#pragma once + +#include "sd-bus-vtable.h" + +extern const sd_bus_vtable bus_target_vtable[]; |