diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 14b2992a2..a338338d1 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -61,7 +61,8 @@ typedef struct ndpi_protocol_bitmask_struct { /* NDPI_DEBUG_FUNCTION_PTR (cast) */ typedef void (*ndpi_debug_function_ptr) (u_int32_t protocol, void *module_struct, - ndpi_log_level_t log_level, const char *format, ...); + ndpi_log_level_t log_level, const char *file, const char *func, unsigned line, + const char *format, ...); /* ************************************************************ */ |