diff options
author | Luca Deri <deri@ntop.org> | 2019-10-29 10:32:13 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-10-29 10:32:13 +0100 |
commit | d2f04f5bdfe986082ca5e5f479a99e4c24a5a898 (patch) | |
tree | 19245fc6045ab9c8fb3b39389d167c22b387f2c1 /src | |
parent | 42c8d3ac273ef92ef507a01aff8f3127840cda3b (diff) |
Fixed prototype
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |