summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90proto.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2008-05-09 16:13:24 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2008-05-09 16:13:24 (GMT)
commitc9d5c195cdff15fd1d07b523ba0358b8dbe76c85 (patch)
tree9128ba7b747bfcb3d109674d09ed382757b0ea91 /fortran/src/H5f90proto.h
parentb7efe1e536cec3f23965c8b2283119e2b123ec30 (diff)
downloadhdf5-c9d5c195cdff15fd1d07b523ba0358b8dbe76c85.zip
hdf5-c9d5c195cdff15fd1d07b523ba0358b8dbe76c85.tar.gz
hdf5-c9d5c195cdff15fd1d07b523ba0358b8dbe76c85.tar.bz2
[svn-r14958] Cosmetic changes and fixed integer type mismatch in C routine wrapper.
Diffstat (limited to 'fortran/src/H5f90proto.h')
-rw-r--r--fortran/src/H5f90proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h
index 4c8aabf..40f5d7a 100644
--- a/fortran/src/H5f90proto.h
+++ b/fortran/src/H5f90proto.h
@@ -578,7 +578,7 @@ H5_FCDLL int_f nh5aget_name_by_idx_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *
size_t_f *size, hid_t_f *lapl_id); /* MSB */
H5_FCDLL int_f nh5aget_create_plist_c ( hid_t_f *attr_id, hid_t_f *creation_prop_id ); /* MSB */
H5_FCDLL int_f nh5aopen_by_idx_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,
- int_f *idx_type, int_f *order, size_t_f *n, hid_t_f *aapl_id, hid_t_f *lapl_id, hid_t_f *attr_id); /* MSB */
+ int_f *idx_type, int_f *order, hsize_t_f *n, hid_t_f *aapl_id, hid_t_f *lapl_id, hid_t_f *attr_id); /* MSB */
H5_FCDLL int_f nh5aget_info_c (hid_t_f *loc_id, int_f *corder_valid, int_f *corder,
int_f *cset, hsize_t_f *data_size ); /* MSB */
H5_FCDLL int_f nh5aget_info_by_idx_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,