diff options
Diffstat (limited to 'src/include/ndpi_main.h')
-rw-r--r-- | src/include/ndpi_main.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h index 190bdc45a..753c2da8c 100644 --- a/src/include/ndpi_main.h +++ b/src/include/ndpi_main.h @@ -87,10 +87,6 @@ extern "C" { extern u_int16_t ndpi_check_for_email_address(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow, u_int16_t counter); - extern void ndpi_int_change_protocol(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow, - u_int16_t upper_detected_protocol, - u_int16_t lower_detected_protocol); extern void ndpi_int_change_category(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow, ndpi_protocol_category_t protocol_category); |