summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-04-06 01:34:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-04-06 01:34:37 (GMT)
commitf0d1a03aa18843b8260c234cd535978a2145941e (patch)
treef374735b3ad301df210890fa3c2a74c0e0e63d94 /src/H5Cprivate.h
parent32e6c3dcae77e67f8649d61ece4be3c203b7f497 (diff)
downloadhdf5-f0d1a03aa18843b8260c234cd535978a2145941e.zip
hdf5-f0d1a03aa18843b8260c234cd535978a2145941e.tar.gz
hdf5-f0d1a03aa18843b8260c234cd535978a2145941e.tar.bz2
Brings the rest of the header changes from develop
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index 10ba2a2..a640c6a 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -13,20 +13,18 @@
/*-------------------------------------------------------------------------
*
- * Created: H5Cprivate.h
- * 6/3/04
- * John Mainzer
+ * Created: H5Cprivate.h
+ * 6/3/04
+ * John Mainzer
*
- * Purpose: Constants and typedefs available to the rest of the
- * library.
- *
- * Modifications:
+ * Purpose: Constants and typedefs available to the rest of the
+ * library.
*
*-------------------------------------------------------------------------
*/
-#ifndef _H5Cprivate_H
-#define _H5Cprivate_H
+#ifndef H5Cprivate_H
+#define H5Cprivate_H
#include "H5Cpublic.h" /* public prototypes */
@@ -2470,4 +2468,4 @@ H5_DLL herr_t H5C_verify_entry_type(H5C_t *cache_ptr, haddr_t addr, const H5C_cl
H5_DLL herr_t H5C_validate_index_list(H5C_t *cache_ptr);
#endif /* NDEBUG */
-#endif /* !_H5Cprivate_H */
+#endif /* H5Cprivate_H */