]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/resolve/resolved-dns-synthesize.h
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / src / resolve / resolved-dns-synthesize.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
839a4a20
LP
2#pragma once
3
839a4a20
LP
4#include "resolved-dns-answer.h"
5#include "resolved-dns-question.h"
6#include "resolved-manager.h"
7
dd0bc0f1
LP
8int dns_synthesize_ifindex(int ifindex);
9int dns_synthesize_family(uint64_t flags);
10DnsProtocol dns_synthesize_protocol(uint64_t flags);
11
12int dns_synthesize_answer(Manager *m, DnsQuestion *q, int ifindex, DnsAnswer **ret);