summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90proto.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-06-05 16:59:51 (GMT)
committerGitHub <noreply@github.com>2023-06-05 16:59:51 (GMT)
commit66cee727684ee3bca63d3ccd57bc4ae7a184bb31 (patch)
tree5e2887b82cdc69c79322541199a42a4a3b816855 /fortran/src/H5f90proto.h
parent71684199d5aafa9faaa38d9159c500be715c3f54 (diff)
downloadhdf5-66cee727684ee3bca63d3ccd57bc4ae7a184bb31.zip
hdf5-66cee727684ee3bca63d3ccd57bc4ae7a184bb31.tar.gz
hdf5-66cee727684ee3bca63d3ccd57bc4ae7a184bb31.tar.bz2
Print out the VOL connector being used in the ASYNC test (#3016)
* Print out the VOL connector being used in the ASYNC test * Add h5pget_vol_cap_flags_f with test
Diffstat (limited to 'fortran/src/H5f90proto.h')
-rw-r--r--fortran/src/H5f90proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h
index 9085ae5..5b34dd6 100644
--- a/fortran/src/H5f90proto.h
+++ b/fortran/src/H5f90proto.h
@@ -580,7 +580,8 @@ H5_FCDLL int_f h5init_flags_c(int_f *h5d_flags, size_t_f *h5d_size_flags, int_f
int_f *h5i_flags, int_f *h5l_flags, int_f *h5o_flags, hid_t_f *h5p_flags,
int_f *h5p_flags_int, int_f *h5r_flags, int_f *h5s_flags,
hid_t_f *h5s_hid_flags, hsize_t_f *h5s_hsize_flags, int_f *h5t_flags,
- int_f *h5z_flags, int_f *h5_generic_flags, haddr_t_f *h5_haddr_generic_flags);
+ int_f *h5vl_flags, uint64_t *h5vl_int64_flags, int_f *h5z_flags,
+ int_f *h5_generic_flags, haddr_t_f *h5_haddr_generic_flags);
H5_FCDLL int_f h5init1_flags_c(int_f *h5lib_flags);
H5_FCDLL int_f h5get_libversion_c(int_f *majnum, int_f *minnum, int_f *relnum);
H5_FCDLL int_f h5check_version_c(int_f *majnum, int_f *minnum, int_f *relnum);