diff options
Diffstat (limited to 'src/plugins/vrrp/vrrp_all_api_h.h')
-rw-r--r-- | src/plugins/vrrp/vrrp_all_api_h.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/vrrp/vrrp_all_api_h.h b/src/plugins/vrrp/vrrp_all_api_h.h new file mode 100644 index 00000000000..4f45909de70 --- /dev/null +++ b/src/plugins/vrrp/vrrp_all_api_h.h @@ -0,0 +1,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> |