chiark / gitweb /
tree-wide: remove Lennart's copyright lines
[elogind.git] / src / libelogind / sd-bus / bus-objects.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 ***/
6
7 #include "bus-internal.h"
8
9 int bus_process_object(sd_bus *bus, sd_bus_message *m);
10 void bus_node_gc(sd_bus *b, struct node *n);