]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/id128-print.h
network: warn if Address= is specified without prefixlen
[thirdparty/systemd.git] / src / shared / id128-print.h
CommitLineData
ff7dad48
ZJS
1/* SPDX-License-Identifier: LGPL-2.1+ */
2
3#pragma once
4
0d1d512f
ZJS
5#include <stdbool.h>
6
7#include "sd-id128.h"
8
9int id128_pretty_print(sd_id128_t id, bool pretty);
10int id128_print_new(bool pretty);