From 68091c7cdb4f0f01e23052ccbb3afa818e47d712 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 12 Nov 2015 15:11:28 +0100 Subject: Added missing prototype --- src/include/ndpi_api.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index c1f7fac84..f62b1222b 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -32,6 +32,18 @@ extern "C" { #endif + /** + * This function returns the size of the flow struct + * @return the size of the flow struct + */ + u_int32_t ndpi_detection_get_sizeof_ndpi_flow_struct(void); + + /** + * This function returns the size of the id struct + * @return the size of the id struct + */ + u_int32_t ndpi_detection_get_sizeof_ndpi_id_struct(void); + /* Public malloc/free */ void* ndpi_malloc(unsigned long size); void* ndpi_calloc(unsigned long count, unsigned long size); -- cgit v1.2.3