1:255.16-alt1
[systemd_ALT.git] / src / resolve / resolved-dns-synthesize.h
blobbf271e862d54decfcdf7de57f0c3062a19d332fe
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
4 #include "resolved-dns-answer.h"
5 #include "resolved-dns-question.h"
6 #include "resolved-manager.h"
8 int dns_synthesize_family(uint64_t flags);
9 DnsProtocol dns_synthesize_protocol(uint64_t flags);
11 int dns_synthesize_answer(Manager *m, DnsQuestion *q, int ifindex, DnsAnswer **ret);