diff options
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r-- | src/H5Gpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h index 61c419a..56f3d77 100644 --- a/src/H5Gpublic.h +++ b/src/H5Gpublic.h @@ -128,7 +128,7 @@ H5_DLL hid_t H5Gget_create_plist(hid_t group_id); H5_DLL herr_t H5Gget_info(hid_t loc_id, const char *name, H5G_info_t *ginfo, hid_t lapl_id); H5_DLL herr_t H5Gget_info_by_idx(hid_t loc_id, const char *group_name, - H5L_index_t idx_type, H5_iter_order_t order, hsize_t n, H5G_info_t *ginfo, + H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5G_info_t *ginfo, hid_t lapl_id); H5_DLL herr_t H5Gclose(hid_t group_id); |