summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Git.h
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/src/H5Git.h')
-rw-r--r--fortran/src/H5Git.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Git.h b/fortran/src/H5Git.h
index 7211440..20760b0 100644
--- a/fortran/src/H5Git.h
+++ b/fortran/src/H5Git.h
@@ -11,6 +11,6 @@
int H5Gn_members( hid_t loc_id, char *group_name );
-herr_t H5Gget_obj_info_idx( hid_t loc_id, char *group_name, int idx, char **objname, int *type );
+herr_t H5Gget_obj_info_idx( hid_t loc_id, char *group_name, int idx, char **objname, size_t max_objname_len, int *type );
#endif /*_H5Git_H*/