diff options
Diffstat (limited to 'python/ndpi/ndpi_build.py')
-rw-r--r-- | python/ndpi/ndpi_build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ndpi/ndpi_build.py b/python/ndpi/ndpi_build.py index 84c1e04e4..6c07731f4 100644 --- a/python/ndpi/ndpi_build.py +++ b/python/ndpi/ndpi_build.py @@ -49,7 +49,7 @@ struct ndpi_flow_struct * ndpi_py_initialize_flow(void) { NDPI_APIS = """ u_int16_t ndpi_get_api_version(void); char* ndpi_revision(void); -struct ndpi_detection_module_struct *ndpi_init_detection_module(ndpi_init_prefs prefs); +struct ndpi_detection_module_struct *ndpi_init_detection_module(); void ndpi_exit_detection_module(struct ndpi_detection_module_struct *ndpi_struct); void ndpi_flow_free(void *ptr); ndpi_protocol ndpi_detection_process_packet(struct ndpi_detection_module_struct *ndpi_struct, |