diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2024-01-09 21:49:30 +0100 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-01-18 10:21:24 +0100 |
commit | 88720331ae6c68e99816ae3eee5f618fdddac02f (patch) | |
tree | 4646cf5c6120e3bb29181644df6465e54750aa3c /src/include/ndpi_api.h | |
parent | 1289951b322c66295cdb03b3c26a6cdd24cc160d (diff) |
config: remove `enum ndpi_prefs`
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 775665dab..9a0c240f8 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -211,11 +211,10 @@ extern "C" { * indipendent detection contexts) but all these calls MUST NOT run * in parallel * - * @par prefs = load preferences * @return the initialized detection module * */ - struct ndpi_detection_module_struct *ndpi_init_detection_module(ndpi_init_prefs prefs); + struct ndpi_detection_module_struct *ndpi_init_detection_module(void); /** * Completes the initialization (2nd step) |