diff options
author | Campus <campus@ntop.org> | 2016-10-15 00:47:13 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-10-15 00:47:13 +0200 |
commit | df6b71c5ea03485949f896036881fdbf6ae9f6b7 (patch) | |
tree | 3367ac53c9330fdf8ec4e477196e2d4012a34027 /src/include | |
parent | db794beb84331f1f15f68b4685c6b87e56560597 (diff) |
fix debug function
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 737e29cb9..2cea8386b 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -634,7 +634,7 @@ ndpi_protocol ndpi_l4_detection_process_packet(struct ndpi_detection_module_stru /* Utility functions to set ndpi malloc/free/print wrappers */ void set_ndpi_malloc(void* (*__ndpi_malloc)(size_t size)); void set_ndpi_free(void (*__ndpi_free)(void *ptr)); - void set_ndpi_debug_function(ndpi_debug_function_ptr ndpi_debug_printf); + void set_ndpi_debug_function(struct ndpi_detection_module_struct *ndpi_str, ndpi_debug_function_ptr ndpi_debug_printf); #ifdef __cplusplus } |