summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/icmp6-util-unix.h
blob: a9cb05a96e39eaa6e498b145f10ebc5901eca0cb (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include "icmp6-util.h"

typedef int (*send_ra_t)(uint8_t flags);

extern send_ra_t send_ra_function;
extern int test_fd[2];