1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
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
);