blob: 4f45909de708457fa20d13780787da27756cd7ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* vrrp_all_api_h.h - vrrp plug-in api #include file
*
* Copyright 2019-2020 Rubicon Communications, LLC (Netgate)
*
* SPDX-License-Identifier: Apache-2.0
*
*/
/* Include the generated file, see BUILT_SOURCES in Makefile.am */
#include <vrrp/vrrp.api.h>
|