]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/libsystemd-network/icmp6-util-unix.h
test: extract dummy icmp6 utils for tests
[thirdparty/systemd.git] / src / libsystemd-network / icmp6-util-unix.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "icmp6-util.h"
5
6 typedef int (*send_ra_t)(uint8_t flags);
7
8 extern send_ra_t send_ra_function;
9 extern int test_fd[2];