]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/dbus-socket.h
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / src / core / dbus-socket.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "sd-bus.h"
5 #include "sd-bus-vtable.h"
6
7 #include "unit.h"
8
9 extern const sd_bus_vtable bus_socket_vtable[];
10
11 int bus_socket_set_property(Unit *u, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error);
12 int bus_socket_commit_properties(Unit *u);