aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ndpi_main.h')
-rw-r--r--src/include/ndpi_main.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h
index 09c464f1e..099ef01d5 100644
--- a/src/include/ndpi_main.h
+++ b/src/include/ndpi_main.h
@@ -150,10 +150,9 @@ extern "C" {
#define ndpi_match_strprefix(payload, payload_len, str) \
ndpi_match_prefix((payload), (payload_len), (str), (sizeof(str)-1))
-#ifdef NDPI_DETECTION_SUPPORT_IPV6
- int ndpi_handle_ipv6_extension_headers(struct ndpi_detection_module_struct *ndpi_str, const u_int8_t ** l4ptr, u_int16_t * l4len, u_int8_t * nxt_hdr);
-#endif
-
+ int ndpi_handle_ipv6_extension_headers(struct ndpi_detection_module_struct *ndpi_str,
+ const u_int8_t ** l4ptr, u_int16_t * l4len,
+ u_int8_t * nxt_hdr);
#ifdef __cplusplus
}
#endif