summaryrefslogtreecommitdiffstats
path: root/src/H5Lpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Lpkg.h')
-rw-r--r--src/H5Lpkg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Lpkg.h b/src/H5Lpkg.h
index 376c522..7057e30 100644
--- a/src/H5Lpkg.h
+++ b/src/H5Lpkg.h
@@ -23,8 +23,8 @@
#error "Do not include this file outside the H5L package!"
#endif
-#ifndef _H5Lpkg_H
-#define _H5Lpkg_H
+#ifndef H5Lpkg_H
+#define H5Lpkg_H
/* Get package's private header */
#include "H5Lprivate.h"
@@ -75,4 +75,4 @@ H5_DLL herr_t H5L__delete_by_idx(const H5G_loc_t *loc, const char *name, H5_ind
H5_DLL herr_t H5L__link_copy_file(H5F_t *dst_file, const H5O_link_t *_src_lnk, const H5O_loc_t *src_oloc,
H5O_link_t *dst_lnk, H5O_copy_t *cpy_info);
-#endif /* _H5Lpkg_H */
+#endif /* H5Lpkg_H */