]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/dbus-socket.h
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / core / dbus-socket.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
c2f1db8f 2#pragma once
4139c1b2
LP
3
4/***
4139c1b2 5 Copyright 2010 Lennart Poettering
4139c1b2
LP
6***/
7
718db961 8#include "sd-bus.h"
19e69a9c 9#include "sd-bus-vtable.h"
71d35b6b 10
4139c1b2
LP
11#include "unit.h"
12
718db961 13extern const sd_bus_vtable bus_socket_vtable[];
4139c1b2 14
2e59b241 15int bus_socket_set_property(Unit *u, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error);
74c964d3 16int bus_socket_commit_properties(Unit *u);