aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h
diff options
context:
space:
mode:
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__ */