]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/resolve/resolved-bus.h
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / src / resolve / resolved-bus.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
39d8db04
LP
2#pragma once
3
39d8db04
LP
4#include "resolved-manager.h"
5
6int manager_connect_bus(Manager *m);
3abaabda 7int bus_dns_server_append(sd_bus_message *reply, DnsServer *s, bool with_ifindex);
bf4e5c4c
YW
8int 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);