diff options
Diffstat (limited to 'src/lib/protocols/collectd.c')
-rw-r--r-- | src/lib/protocols/collectd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/collectd.c b/src/lib/protocols/collectd.c index 1908ac015..5b9e3ae54 100644 --- a/src/lib/protocols/collectd.c +++ b/src/lib/protocols/collectd.c @@ -127,8 +127,8 @@ static int ndpi_int_collectd_dissect_username(struct ndpi_flow_struct * const fl return 0; } -void ndpi_search_collectd(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow) +static void ndpi_search_collectd(struct ndpi_detection_module_struct *ndpi_struct, + struct ndpi_flow_struct *flow) { struct ndpi_packet_struct const * const packet = &ndpi_struct->packet; u_int16_t num_blocks; |