summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-01-08 16:14:26 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-01-08 16:14:26 (GMT)
commitc8c0cf9fa288894cf139ebdd1a9dd6dfab2c0326 (patch)
tree78f4a07338cb02678e3df62c35ee8984be6299d8 /src
parent74a41f92a48d553a33b80d84d0981623327074af (diff)
parent905766fa3e51a470c02328a63d92182d4a8481bf (diff)
downloadhdf5-c8c0cf9fa288894cf139ebdd1a9dd6dfab2c0326.zip
hdf5-c8c0cf9fa288894cf139ebdd1a9dd6dfab2c0326.tar.gz
hdf5-c8c0cf9fa288894cf139ebdd1a9dd6dfab2c0326.tar.bz2
Merge pull request #1451 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:fortran_squash to develop
* commit '905766fa3e51a470c02328a63d92182d4a8481bf': Fortran wrappers for dataset obj header minimization API calls.
Diffstat (limited to 'src')
-rw-r--r--src/H5Fpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index c4bf0b4..9f1ed01 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -234,7 +234,7 @@ H5_DLL herr_t H5Fflush(hid_t object_id, H5F_scope_t scope);
H5_DLL herr_t H5Fclose(hid_t file_id);
H5_DLL hid_t H5Fget_create_plist(hid_t file_id);
H5_DLL hid_t H5Fget_access_plist(hid_t file_id);
-H5_DLL herr_t H5Fget_intent(hid_t file_id, unsigned * intent);
+H5_DLL herr_t H5Fget_intent(hid_t file_id, unsigned *intent);
H5_DLL ssize_t H5Fget_obj_count(hid_t file_id, unsigned types);
H5_DLL ssize_t H5Fget_obj_ids(hid_t file_id, unsigned types, size_t max_objs, hid_t *obj_id_list);
H5_DLL herr_t H5Fget_vfd_handle(hid_t file_id, hid_t fapl, void **file_handle);