diff options
author | Luca Deri <deri@ntop.org> | 2019-07-13 18:38:20 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-07-13 18:38:20 +0200 |
commit | c8a867bf29e6aee6bcb10c2644530698da33f2a2 (patch) | |
tree | 39a217f089e13c67b6c82cd44d560553e229bdd9 | |
parent | 17c49b2e6daf93e51a7745e0a7984c6310849150 (diff) | |
parent | 9bdc021f9814a1a197bc619c699ac6429999e5f1 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
-rw-r--r-- | src/include/ndpi_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index e277408c1..c6666cda5 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -798,7 +798,7 @@ extern "C" { //void * ndpi_malloc(size_t size); //void * ndpi_calloc(unsigned long count, size_t size); //void ndpi_free(void *ptr); - u_int8_t ndpi_get_api_version(); + u_int8_t ndpi_get_api_version(void); /* https://github.com/corelight/community-id-spec */ int ndpi_flowv4_flow_hash(u_int8_t l4_proto, u_int32_t src_ip, u_int32_t dst_ip, u_int16_t src_port, u_int16_t dst_port, |