aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2015-11-30 14:22:01 +0100
committerLuca Deri <deri@ntop.org>2015-11-30 14:22:01 +0100
commit34491f4be16733b7d9a596fbcbf84beaf986bc2e (patch)
tree239acb4662ca428d6fa579615f25f6a97c747af2 /src/include/ndpi_api.h
parent34e0a74c0764b776ac71e33789cdf912afad376b (diff)
parent587f156557c67a8dd4e025d7ce08b154cbb1132d (diff)
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r--src/include/ndpi_api.h7
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__ */