aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-03-27 08:46:03 +0100
committerLuca Deri <deri@ntop.org>2020-03-27 08:46:03 +0100
commit0d223ada3f67fbf212880a707e9cb2614ea17779 (patch)
tree9d322cb29e53047abfe54efe8982f276ff4c1c2d /src/lib/ndpi_main.c
parent890e8644ac331215dc6541d1a4da97c0a74df2f6 (diff)
Compilation fix
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r--src/lib/ndpi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c
index 8a24e506d..4a187c9a9 100644
--- a/src/lib/ndpi_main.c
+++ b/src/lib/ndpi_main.c
@@ -6544,7 +6544,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);
}