chiark / gitweb /
tree-wide: drop 'This file is part of systemd' blurb
[elogind.git] / src / libelogind / sd-bus / bus-slot.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5   Copyright 2014 Lennart Poettering
6 ***/
7
8 #include "sd-bus.h"
9
10 #include "bus-internal.h"
11
12 sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *userdata);
13
14 void bus_slot_disconnect(sd_bus_slot *slot);