From d2f04f5bdfe986082ca5e5f479a99e4c24a5a898 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 29 Oct 2019 10:32:13 +0100 Subject: Fixed prototype --- src/lib/ndpi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 31f2e362d..c483e0f20 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -50,7 +50,7 @@ #include "third_party/include/ht_hash.h" /* stun.c */ -extern u_int32_t get_stun_lru_key(struct ndpi_flow_struct *flow); +extern u_int32_t get_stun_lru_key(struct ndpi_flow_struct *flow, u_int8_t rev); static int _ndpi_debug_callbacks = 0; -- cgit v1.2.3