diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2024-01-09 21:16:46 +0100 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-01-18 10:21:24 +0100 |
commit | 1289951b322c66295cdb03b3c26a6cdd24cc160d (patch) | |
tree | 7259e1f307b6939892152495cb9ecccfcafb5501 /src/include/ndpi_api.h | |
parent | 311d8b6daed7703678c25ed4b7249db1c6bbc556 (diff) |
config: remove `ndpi_set_detection_preferences()`
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); |