chiark / gitweb /
769211dbe8ace8b1a361734cdcc5f1d09f384e53
[elogind.git] / src / libelogind / sd-bus / bus-track.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5   This file is part of systemd.
6
7   Copyright 2013 Lennart Poettering
8 ***/
9
10 void bus_track_dispatch(sd_bus_track *track);
11 void bus_track_close(sd_bus_track *track);