diff options
author | Luca <deri@ntop.org> | 2020-10-05 08:26:24 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2020-10-05 08:26:24 +0200 |
commit | 05d93790e4d2b54d043bbb61b9978ccad64f2ab3 (patch) | |
tree | df8c1c6c1413f70b59526e8ca3c3da014a0db06c /src/include | |
parent | 32e4922c5aa203a3f250b3048cd5488c77ee1a04 (diff) |
Added ndpi_quick_16_byte_hash
Warning fix
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_api.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index 14658962b..39fd6bfb3 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -1087,6 +1087,7 @@ extern "C" { u_int8_t num_clusters, u_int16_t *cluster_ids, struct ndpi_bin *centroids); + u_int32_t ndpi_quick_16_byte_hash(u_int8_t *in_16_bytes_long); #ifdef __cplusplus } #endif |