From 374f064f829a9d3e3723e17ac3958069ee91c1ea Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Fri, 23 Jan 2015 08:54:04 -0500 Subject: [svn-r26011] Added (i.e. re-added) missing h5oget_info_c definition. --- fortran/src/H5f90proto.h | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v0.12