From 1289951b322c66295cdb03b3c26a6cdd24cc160d Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Tue, 9 Jan 2024 21:16:46 +0100 Subject: config: remove `ndpi_set_detection_preferences()` --- src/include/ndpi_api.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/ndpi_api.h') diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 177f7bb75..775665dab 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -1035,9 +1035,6 @@ extern "C" { int ndpi_get_custom_category_match(struct ndpi_detection_module_struct *ndpi_struct, char *name_or_ip, u_int name_len, ndpi_protocol_category_t *id); - int ndpi_set_detection_preferences(struct ndpi_detection_module_struct *ndpi_mod, - ndpi_detection_preference pref, - int value); u_int16_t ndpi_map_user_proto_id_to_ndpi_id(struct ndpi_detection_module_struct *ndpi_str, u_int16_t user_proto_id); -- cgit v1.2.3