summaryrefslogtreecommitdiffstats
path: root/src/H5PLprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r--src/H5PLprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h
index c47f232..36b8ba2 100644
--- a/src/H5PLprivate.h
+++ b/src/H5PLprivate.h
@@ -14,8 +14,8 @@
* This file contains private information about the H5PL module
*/
-#ifndef _H5PLprivate_H
-#define _H5PLprivate_H
+#ifndef H5PLprivate_H
+#define H5PLprivate_H
/* Include package's public header */
#include "H5PLpublic.h"
@@ -55,4 +55,4 @@ typedef union H5PL_key_t {
/* Internal API routines */
H5_DLL const void *H5PL_load(H5PL_type_t plugin_type, const H5PL_key_t *key);
-#endif /* _H5PLprivate_H */
+#endif /* H5PLprivate_H */