]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/libsystemd/sd-bus/bus-slot.h
sd-bus: if we receive an invalid dbus message, ignore and proceeed
[thirdparty/systemd.git] / src / libsystemd / sd-bus / bus-slot.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
19befb2d
LP
2#pragma once
3
19befb2d 4#include "sd-bus.h"
71d35b6b 5
19befb2d
LP
6#include "bus-internal.h"
7
8sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *userdata);
9
2e7e8e34 10void bus_slot_disconnect(sd_bus_slot *slot, bool unref);