From 064b50df819918734062294984e529bd62bd594c Mon Sep 17 00:00:00 2001
From: Luca Deri <deri@ntop.org>
Date: Sun, 30 Apr 2017 10:12:28 +0200
Subject: Added -m for splitting analysis in sub-analysis steps

---
 example/ndpi_util.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'example/ndpi_util.h')

diff --git a/example/ndpi_util.h b/example/ndpi_util.h
index 335c94ddf..9d8f1e446 100644
--- a/example/ndpi_util.h
+++ b/example/ndpi_util.h
@@ -161,4 +161,5 @@ static inline void ndpi_workflow_set_flow_giveup_callback(struct ndpi_workflow *
 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);
 void ethernet_crc32(const void* data, size_t n_bytes, uint32_t* crc);
+void ndpi_flow_info_freer(void *node);
 #endif
-- 
cgit v1.2.3