diff options
Diffstat (limited to 'src/lib/protocols/zeromq.c')
-rw-r--r-- | src/lib/protocols/zeromq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/zeromq.c b/src/lib/protocols/zeromq.c index 9d8e105fc..8667d1994 100644 --- a/src/lib/protocols/zeromq.c +++ b/src/lib/protocols/zeromq.c @@ -81,7 +81,7 @@ static void ndpi_check_zmq(struct ndpi_detection_module_struct *ndpi_struct, str } } -void ndpi_search_zmq(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { +static void ndpi_search_zmq(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { NDPI_LOG_DBG(ndpi_struct, "search ZMQ\n"); /* skip marked packets */ |