diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2021-10-19 21:42:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 21:42:55 +0200 |
commit | 8db8c8ae34da09dd09453c312fe9ebdac897f73d (patch) | |
tree | 1d345c5d19661e266e919d6f2d9c52133c766c1f /src/include/ndpi_api.h.in | |
parent | fea3991ad168ee0a69a35c7be15e0732f2351d56 (diff) |
Fix QUIC log and remove SoulSeek leftovers after b97dc6ba (#1351)
Update .gitignore file
Fix a function prototype
Close #1349
Diffstat (limited to 'src/include/ndpi_api.h.in')
-rw-r--r-- | src/include/ndpi_api.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index a9c3cdb7b..e9d34d821 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -1620,7 +1620,7 @@ extern "C" { /* ******************************* */ - ndpi_bitmap* ndpi_bitmap_alloc(); + ndpi_bitmap* ndpi_bitmap_alloc(void); void ndpi_bitmap_free(ndpi_bitmap* b); u_int64_t ndpi_bitmap_cardinality(ndpi_bitmap* b); void ndpi_bitmap_set(ndpi_bitmap* b, u_int32_t value); |