diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-01-09 19:00:00 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-01-09 19:00:00 (GMT) |
commit | f12d2263d91881f9d23cd091ccf0a5462acfa0d6 (patch) | |
tree | 6bc65cfcfc85671dd8efd88373776d04d54c1c1f /src | |
parent | 002ad193f30ffcb405242f6ddde01c360895c4d4 (diff) | |
parent | 688074781ac7be2b7e799e8804378ba1f1563db1 (diff) | |
download | hdf5-f12d2263d91881f9d23cd091ccf0a5462acfa0d6.zip hdf5-f12d2263d91881f9d23cd091ccf0a5462acfa0d6.tar.gz hdf5-f12d2263d91881f9d23cd091ccf0a5462acfa0d6.tar.bz2 |
Merge pull request #1459 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit '688074781ac7be2b7e799e8804378ba1f1563db1':
Fortran wrappers for dataset obj header minimization API calls.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index 6274eb0..8a475d1 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -233,7 +233,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); |