chiark / gitweb /
a9edc8cb7008c753878444529cb2198f6e13c5d8
[elogind.git] / src / libelogind / sd-bus / bus-control.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 #include "sd-bus.h"
11
12 int bus_add_match_internal(sd_bus *bus, const char *match);
13 int bus_add_match_internal_async(sd_bus *bus, sd_bus_slot **ret, const char *match, sd_bus_message_handler_t callback, void *userdata);
14
15 int bus_remove_match_internal(sd_bus *bus, const char *match);