diff options
author | Campus <campus@ntop.org> | 2015-11-30 12:37:15 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2015-11-30 12:37:15 +0100 |
commit | 587f156557c67a8dd4e025d7ce08b154cbb1132d (patch) | |
tree | 2cf3eeb8de5ae09d809215e577443d42f6b64a0e /src/include/ndpi_api.h | |
parent | f04c3c6acb59de55741b112dfcdd19cc9379db9d (diff) |
reorganized header files - added ndpi_includes.h
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 7 |
1 files changed, 4 insertions, 3 deletions
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__ */ |