aboutsummaryrefslogtreecommitdiff
path: root/fuzz/fuzz_common_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/fuzz_common_code.h')
-rw-r--r--fuzz/fuzz_common_code.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fuzz/fuzz_common_code.h b/fuzz/fuzz_common_code.h
index c5e4fb9c9..e2a158664 100644
--- a/fuzz/fuzz_common_code.h
+++ b/fuzz/fuzz_common_code.h
@@ -8,7 +8,8 @@ extern "C"
{
#endif
-void fuzz_init_detection_module(struct ndpi_detection_module_struct **ndpi_info_mod);
+void fuzz_init_detection_module(struct ndpi_detection_module_struct **ndpi_info_mod,
+ struct ndpi_global_context *g_ctx);
/* To allow memory allocation failures */
void fuzz_set_alloc_callbacks(void);