summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-23 13:54:04 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-23 13:54:04 (GMT)
commit374f064f829a9d3e3723e17ac3958069ee91c1ea (patch)
tree6c5276f6d6cf2f3fc64b79c9c1e9fac733accd75
parent1e3f530848f1fed0ac42b7324c110bd9e6a7bb7e (diff)
downloadhdf5-374f064f829a9d3e3723e17ac3958069ee91c1ea.zip
hdf5-374f064f829a9d3e3723e17ac3958069ee91c1ea.tar.gz
hdf5-374f064f829a9d3e3723e17ac3958069ee91c1ea.tar.bz2
[svn-r26011] Added (i.e. re-added) missing h5oget_info_c definition.
-rw-r--r--fortran/src/H5f90proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h
index 39d1193..284ffbd 100644
--- a/fortran/src/H5f90proto.h
+++ b/fortran/src/H5f90proto.h
@@ -819,6 +819,7 @@ H5_FCDLL int_f nh5olink_c (hid_t_f *object_id, hid_t_f *new_loc_id, _fcd name, s
H5_FCDLL int_f h5ovisit_c (hid_t_f *group_id, int_f *index_type, int_f *order, H5O_iterate_t op, void *op_data);
H5_FCDLL int_f h5ovisit_by_name_c(hid_t_f *loc_id, _fcd object_name, size_t_f *namelen, int_f *index_type, int_f *order,
H5O_iterate_t op, void *op_data, hid_t_f *lapl_id );
+H5_FCDLL int_f h5oget_info_c (hid_t_f *object_id, H5O_info_t_f *object_info);
H5_FCDLL int_f h5oget_info_by_idx_c (hid_t_f *loc_id, _fcd group_name, size_t_f *namelen,
int_f *index_field, int_f *order, hsize_t_f *n, hid_t_f *lapl_id, H5O_info_t_f *object_info);
H5_FCDLL int_f h5oget_info_by_name_c (hid_t_f *loc_id, _fcd name, size_t_f *namelen, hid_t_f *lapl_id,