summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index 185775d..ad99539 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -140,7 +140,7 @@ H5_DLL herr_t H5Fget_filesize(hid_t file_id, hsize_t *size);
H5_DLL herr_t H5Fget_jnl_config(hid_t file_id,
H5AC2_jnl_config_t *config_ptr);
H5_DLL herr_t H5Fset_jnl_config(hid_t file_id,
- H5AC2_jnl_config_t *config_ptr);
+ const H5AC2_jnl_config_t *config_ptr);
H5_DLL herr_t H5Fget_mdc_config(hid_t file_id,
H5AC_cache_config_t * config_ptr);
H5_DLL herr_t H5Fset_mdc_config(hid_t file_id,