diff options
Diffstat (limited to 'src/lib/protocols/vhua.c')
-rw-r--r-- | src/lib/protocols/vhua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/vhua.c b/src/lib/protocols/vhua.c index 9a97d7563..6b0e29276 100644 --- a/src/lib/protocols/vhua.c +++ b/src/lib/protocols/vhua.c @@ -51,7 +51,7 @@ static void ndpi_check_vhua(struct ndpi_detection_module_struct *ndpi_struct, st } } -void ndpi_search_vhua(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { +static void ndpi_search_vhua(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { NDPI_LOG_DBG(ndpi_struct, "search VHUA\n"); /* skip marked packets */ |