diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-01-09 14:31:02 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-01-09 14:31:02 (GMT) |
commit | 688074781ac7be2b7e799e8804378ba1f1563db1 (patch) | |
tree | 278eda0cc82baf7c1581f7af1dc6a5fb2d049bf3 /src/H5Fpublic.h | |
parent | 91ec0f52764d43f77097987414391bbd5cecfa45 (diff) | |
download | hdf5-688074781ac7be2b7e799e8804378ba1f1563db1.zip hdf5-688074781ac7be2b7e799e8804378ba1f1563db1.tar.gz hdf5-688074781ac7be2b7e799e8804378ba1f1563db1.tar.bz2 |
Fortran wrappers for dataset obj header minimization API calls.
Diffstat (limited to 'src/H5Fpublic.h')
-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); |