]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/resolve/resolved-etc-hosts.h
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / resolve / resolved-etc-hosts.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright 2016 Lennart Poettering
6 ***/
7
8 #include "resolved-manager.h"
9 #include "resolved-dns-question.h"
10 #include "resolved-dns-answer.h"
11
12 void manager_etc_hosts_flush(Manager *m);
13 int manager_etc_hosts_read(Manager *m);
14 int manager_etc_hosts_lookup(Manager *m, DnsQuestion* q, DnsAnswer **answer);