]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/resolve/resolved-bus.h
Merge pull request #8676 from keszybz/drop-license-boilerplate
[thirdparty/systemd.git] / src / resolve / resolved-bus.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
39d8db04
LP
2#pragma once
3
4/***
5 This file is part of systemd.
6
7 Copyright 2014 Lennart Poettering
39d8db04
LP
8***/
9
10#include "resolved-manager.h"
11
12int manager_connect_bus(Manager *m);
3abaabda 13int bus_dns_server_append(sd_bus_message *reply, DnsServer *s, bool with_ifindex);
bf4e5c4c
YW
14int bus_property_get_resolve_support(sd_bus *bus, const char *path, const char *interface,
15 const char *property, sd_bus_message *reply,
16 void *userdata, sd_bus_error *error);