From 587f156557c67a8dd4e025d7ce08b154cbb1132d Mon Sep 17 00:00:00 2001 From: Campus Date: Mon, 30 Nov 2015 12:37:15 +0100 Subject: reorganized header files - added ndpi_includes.h --- src/include/ndpi_api.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/include/ndpi_api.h') diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index f62b1222b..c788dcb29 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -23,8 +23,8 @@ */ -#ifndef __NDPI_PUBLIC_FUNCTIONS_H__ -#define __NDPI_PUBLIC_FUNCTIONS_H__ +#ifndef __NDPI_API_H__ +#define __NDPI_API_H__ #include "ndpi_main.h" @@ -236,4 +236,5 @@ extern "C" { #ifdef __cplusplus } #endif -#endif + +#endif /* __NDPI_API_H__ */ -- cgit v1.2.3