aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ndpi_api.h.in')
-rw-r--r--src/include/ndpi_api.h.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in
index 6a4b18366..c99e978a4 100644
--- a/src/include/ndpi_api.h.in
+++ b/src/include/ndpi_api.h.in
@@ -47,7 +47,12 @@ extern "C" {
#define SAVE_DETECTION_BITMASK_AS_UNKNOWN 1
#define NO_SAVE_DETECTION_BITMASK_AS_UNKNOWN 0
-
+ /*
+ In case a custom DGA function is used, the fucntion
+ below must be overwritten,
+ */
+ extern ndpi_custom_dga_predict_fctn ndpi_dga_function;
+
/**
* Check if a string is encoded with punycode
* ( https://tools.ietf.org/html/rfc3492 )