diff options
Diffstat (limited to 'src/lib/protocols/elasticsearch.c')
-rw-r--r-- | src/lib/protocols/elasticsearch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/elasticsearch.c b/src/lib/protocols/elasticsearch.c index 278809b27..aa099b8a3 100644 --- a/src/lib/protocols/elasticsearch.c +++ b/src/lib/protocols/elasticsearch.c @@ -38,8 +38,8 @@ static void ndpi_int_elasticsearch_add_connection(struct ndpi_detection_module_s /* ***************************************************** */ -void ndpi_search_elasticsearch(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow) +static void ndpi_search_elasticsearch(struct ndpi_detection_module_struct *ndpi_struct, + struct ndpi_flow_struct *flow) { struct ndpi_packet_struct const * const packet = &ndpi_struct->packet; u_int32_t message_length; |