aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2022-05-29 13:44:52 +0200
committerGitHub <noreply@github.com>2022-05-29 13:44:52 +0200
commit6b7b23b01d50468263b707abdf79146f1d4c821f (patch)
tree7d63d44c0e00ac19a1df787866855609b09aae58 /src
parent33f9729ee4881f92afad662008a3d378aee2887d (diff)
Use Doxygen to generate the API documentation. (#1558)
* Integrated Doxygen documentation into Sphinx Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/include/ndpi_main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h
index 80ef0e691..b62caa2bc 100644
--- a/src/include/ndpi_main.h
+++ b/src/include/ndpi_main.h
@@ -127,8 +127,6 @@ extern "C" {
extern u_int8_t ndpi_is_proto(ndpi_protocol proto, u_int16_t p);
- extern u_int16_t ndpi_get_lower_proto(ndpi_protocol p);
-
#ifdef NDPI_ENABLE_DEBUG_MESSAGES
void ndpi_debug_get_last_log_function_line(struct ndpi_detection_module_struct *ndpi_struct,
const char **file, const char **func, u_int32_t * line);