diff options
Diffstat (limited to 'python/ndpi/ndpi_build.py')
-rw-r--r-- | python/ndpi/ndpi_build.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/ndpi/ndpi_build.py b/python/ndpi/ndpi_build.py index 6c07731f4..a2af30716 100644 --- a/python/ndpi/ndpi_build.py +++ b/python/ndpi/ndpi_build.py @@ -60,7 +60,6 @@ ndpi_protocol ndpi_detection_process_packet(struct ndpi_detection_module_struct const struct ndpi_flow_input_info *input_info); ndpi_protocol ndpi_detection_giveup(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow, - u_int8_t enable_guess, u_int8_t *protocol_was_guessed); void ndpi_py_setup_detection_module(struct ndpi_detection_module_struct *mod); struct ndpi_flow_struct * ndpi_py_initialize_flow(void); |