diff options
Diffstat (limited to 'src/vnet/lawful-intercept/lawful_intercept.h')
-rw-r--r-- | src/vnet/lawful-intercept/lawful_intercept.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/lawful-intercept/lawful_intercept.h b/src/vnet/lawful-intercept/lawful_intercept.h index 89e699f51a0..bcb18afece2 100644 --- a/src/vnet/lawful-intercept/lawful_intercept.h +++ b/src/vnet/lawful-intercept/lawful_intercept.h @@ -33,7 +33,7 @@ typedef struct { vnet_main_t * vnet_main; } li_main_t; -li_main_t li_main; +extern li_main_t li_main; typedef CLIB_PACKED(struct { ip4_header_t ip4; |