diff options
author | Luca Deri <deri@ntop.org> | 2020-04-15 09:06:02 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-04-15 09:06:02 +0200 |
commit | afdae85b30add25b93df65f1cade1d6c15f855f8 (patch) | |
tree | 45248fc1dfa5ea205c1cc3965475b963f8c31dc0 /src | |
parent | 63c4eaae9be51c02a7b8f98cf9a3a7411f96319b (diff) |
Restored ndpi_get_api_version() 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 b390e1dda..88b4fecaf 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -6574,7 +6574,7 @@ void NDPI_DUMP_BITMASK(NDPI_PROTOCOL_BITMASK a) { } #endif -int ndpi_get_api_version() { +u_int16_t ndpi_get_api_version() { return(NDPI_API_VERSION); } |