]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/resolve/resolved-bus.h
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / src / resolve / resolved-bus.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "resolved-manager.h"
5
6 int manager_connect_bus(Manager *m);
7 int bus_dns_server_append(sd_bus_message *reply, DnsServer *s, bool with_ifindex);
8 int bus_property_get_resolve_support(sd_bus *bus, const char *path, const char *interface,
9 const char *property, sd_bus_message *reply,
10 void *userdata, sd_bus_error *error);