aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/api/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp/api/types.h')
-rw-r--r--src/vpp/api/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpp/api/types.h b/src/vpp/api/types.h
index a625e5d427a..40d80a09546 100644
--- a/src/vpp/api/types.h
+++ b/src/vpp/api/types.h
@@ -23,8 +23,8 @@
#include <vpp/api/vpe_all_api_h.h>
#undef vl_typedefs
-const vl_api_mac_address_t VL_API_ZERO_MAC_ADDRESS;
-const vl_api_address_t VL_API_ZERO_ADDRESS;
+extern const vl_api_mac_address_t VL_API_ZERO_MAC_ADDRESS;
+extern const vl_api_address_t VL_API_ZERO_ADDRESS;
extern uword unformat_vl_api_mac_address (unformat_input_t * input, va_list * args);
extern uword unformat_vl_api_address_family (unformat_input_t * input, va_list * args);