/* SPDX-License-Identifier: LGPL-2.1+ */#pragma once/*** This file is part of systemd. Copyright 2014 Lennart Poettering***/#include"sd-bus.h"#include"bus-internal.h"sd_bus_slot*bus_slot_allocate(sd_bus*bus,boolfloating,BusSlotTypetype,size_textra,void*userdata);voidbus_slot_disconnect(sd_bus_slot*slot);