aboutsummaryrefslogtreecommitdiff
path: root/fuzz/fuzz_ds_domain_classify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/fuzz_ds_domain_classify.cpp')
-rw-r--r--fuzz/fuzz_ds_domain_classify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/fuzz_ds_domain_classify.cpp b/fuzz/fuzz_ds_domain_classify.cpp
index ccb106a6f..0938faec7 100644
--- a/fuzz/fuzz_ds_domain_classify.cpp
+++ b/fuzz/fuzz_ds_domain_classify.cpp
@@ -12,7 +12,7 @@ static struct ndpi_detection_module_struct *ndpi_struct = NULL;
extern "C" {
#ifdef NDPI_ENABLE_DEBUG_MESSAGES
-void ndpi_debug_printf(unsigned int proto, struct ndpi_detection_module_struct *ndpi_str, ndpi_log_level_t log_level,
+void ndpi_debug_printf(uint16_t proto, struct ndpi_detection_module_struct *ndpi_str, ndpi_log_level_t log_level,
const char *file_name, const char *func_name, unsigned int line_number, const char *format, ...);
#endif