summaryrefslogtreecommitdiffstats
path: root/src/H5Cpublic.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-08 02:45:36 (GMT)
committerGitHub <noreply@github.com>2022-04-08 02:45:36 (GMT)
commitf660cfdb3c891f014cfffd8efd3929ff9714deef (patch)
tree364e7683d26583b12f3178b8bcfa9d0714c46f0d /src/H5Cpublic.h
parent53d990c2c31095a0662e5119587bfcad34a21a8f (diff)
downloadhdf5-f660cfdb3c891f014cfffd8efd3929ff9714deef.zip
hdf5-f660cfdb3c891f014cfffd8efd3929ff9714deef.tar.gz
hdf5-f660cfdb3c891f014cfffd8efd3929ff9714deef.tar.bz2
Brings minor changes from headers in develop (#1618)
Diffstat (limited to 'src/H5Cpublic.h')
-rw-r--r--src/H5Cpublic.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5Cpublic.h b/src/H5Cpublic.h
index 79ece10..c65dc7c 100644
--- a/src/H5Cpublic.h
+++ b/src/H5Cpublic.h
@@ -27,10 +27,6 @@
/* Public headers needed by this file */
#include "H5public.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
enum H5C_cache_incr_mode {
H5C_incr__off,
/**<Automatic cache size increase is disabled, and the remaining increment fields are ignored.*/
@@ -61,7 +57,4 @@ enum H5C_cache_decr_mode {
/**<Automatic cache size decrease is enabled using the ageout with hit rate threshold algorithm.*/
};
-#ifdef __cplusplus
-}
-#endif
#endif