aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.h
diff options
context:
space:
mode:
authorCampus <campus@ntop.org>2017-12-07 22:54:49 +0100
committerCampus <campus@ntop.org>2017-12-07 22:54:49 +0100
commit811717e7c17a5356189de7b15e027718db93c016 (patch)
treebfb4af5722039131c48d57183b6682c9e36859b6 /example/ndpi_util.h
parentdfd8cbc4e195e3d29e67d04b96cd97d0aa0fc8df (diff)
parentcb8f4f87bf332fc2cc0da1019dd8c5d57036a513 (diff)
Merge branch 'vel21ripn-dev' into dev
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r--example/ndpi_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h
index 51bc09ddb..7abebe4f5 100644
--- a/example/ndpi_util.h
+++ b/example/ndpi_util.h
@@ -179,4 +179,7 @@ int ndpi_workflow_node_cmp(const void *a, const void *b);
void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_flow_info *flow);
u_int32_t ethernet_crc32(const void* data, size_t n_bytes);
void ndpi_flow_info_freer(void *node);
+
+extern int nDPI_LogLevel;
+
#endif