aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-05-29 00:27:10 +0200
committerlns <matzeton@googlemail.com>2022-05-29 13:44:28 +0200
commitaa686a25939323e27054843f57ed1dffb10925e4 (patch)
tree3f510389966658e749d341d394c313a8ad024288 /src
parentcfd23e88198716d8d5b3625a7da586536701349f (diff)
Use Doxygen to generate the API documentation.add/doxygen-gen
* 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);