From cb15d2b328437f2a05d65cf4aaa5a9903cc42f53 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 3 Jan 2023 12:58:52 +0100 Subject: Added missing prototype --- src/include/ndpi_main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h index ce3439279..6662c0ca9 100644 --- a/src/include/ndpi_main.h +++ b/src/include/ndpi_main.h @@ -155,6 +155,8 @@ extern "C" { void ndpi_set_risk(struct ndpi_detection_module_struct *ndpi_str, struct ndpi_flow_struct *flow, ndpi_risk_enum r, char *risk_message); + void ndpi_unset_risk(struct ndpi_detection_module_struct *ndpi_str, + struct ndpi_flow_struct *flow, ndpi_risk_enum r); int ndpi_isset_risk(struct ndpi_detection_module_struct *ndpi_str, struct ndpi_flow_struct *flow, ndpi_risk_enum r); int ndpi_is_printable_buffer(uint8_t const * const buf, size_t len); -- cgit v1.2.3