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