Systemd/src/resolve/resolved-resolv-conf.h
Lennart Poettering 96b2fb93c5 tree-wide: beautify remaining copyright statements
Let's unify an beautify our remaining copyright statements, with a
unicode ©. This means our copyright statements are now always formatted
the same way. Yay.
2018-06-14 10:20:21 +02:00

12 lines
230 B
C

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
Copyright © 2014 Tom Gundersen <teg@jklm.no>
***/
#include "resolved-manager.h"
int manager_read_resolv_conf(Manager *m);
int manager_write_resolv_conf(Manager *m);