diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-04-18 14:32:20 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-04-18 14:32:20 (GMT) |
commit | 16ee48d983c90595ff77ffb809df7579f2ea3d42 (patch) | |
tree | 723d43091cf51c56610a1f7dce7d3bbd44357943 /hl | |
parent | d90f14295aac3335d812e92f2a91baa8c32bd765 (diff) | |
download | hdf5-16ee48d983c90595ff77ffb809df7579f2ea3d42.zip hdf5-16ee48d983c90595ff77ffb809df7579f2ea3d42.tar.gz hdf5-16ee48d983c90595ff77ffb809df7579f2ea3d42.tar.bz2 |
[svn-r20541] Add missing prototypes for windows
Diffstat (limited to 'hl')
-rwxr-xr-x | hl/fortran/src/H5LTf90proto.h | 64 |
1 files changed, 57 insertions, 7 deletions
diff --git a/hl/fortran/src/H5LTf90proto.h b/hl/fortran/src/H5LTf90proto.h index b418e72..f2d8a10 100755 --- a/hl/fortran/src/H5LTf90proto.h +++ b/hl/fortran/src/H5LTf90proto.h @@ -441,7 +441,7 @@ nh5ltmake_dataset_nint3_c (hid_t_f *loc_id, HDF5_HL_F90CSTUBDLL int_f -nh5ltmake_dataset_nint1_c (hid_t_f *loc_id, +nh5ltmake_dataset_nint4_c (hid_t_f *loc_id, int_f *namelen, _fcd name, int_f *rank, @@ -451,7 +451,7 @@ nh5ltmake_dataset_nint1_c (hid_t_f *loc_id, HDF5_HL_F90CSTUBDLL int_f -nh5ltmake_dataset_nint2_c (hid_t_f *loc_id, +nh5ltmake_dataset_nint5_c (hid_t_f *loc_id, int_f *namelen, _fcd name, int_f *rank, @@ -461,7 +461,7 @@ nh5ltmake_dataset_nint2_c (hid_t_f *loc_id, HDF5_HL_F90CSTUBDLL int_f -nh5ltmake_dataset_nint3_c (hid_t_f *loc_id, +nh5ltmake_dataset_nint6_c (hid_t_f *loc_id, int_f *namelen, _fcd name, int_f *rank, @@ -471,7 +471,7 @@ nh5ltmake_dataset_nint3_c (hid_t_f *loc_id, HDF5_HL_F90CSTUBDLL int_f -nh5ltmake_dataset_nint4_c (hid_t_f *loc_id, +nh5ltmake_dataset_nint7_c (hid_t_f *loc_id, int_f *namelen, _fcd name, int_f *rank, @@ -481,6 +481,46 @@ nh5ltmake_dataset_nint4_c (hid_t_f *loc_id, HDF5_HL_F90CSTUBDLL int_f +nh5ltmake_dataset_nfl1_c (hid_t_f *loc_id, + int_f *namelen, + _fcd name, + int_f *rank, + hsize_t_f *dims, + hid_t_f *type_id, + void *buf); + +HDF5_HL_F90CSTUBDLL +int_f +nh5ltmake_dataset_nfl2_c (hid_t_f *loc_id, + int_f *namelen, + _fcd name, + int_f *rank, + hsize_t_f *dims, + hid_t_f *type_id, + void *buf); + +HDF5_HL_F90CSTUBDLL +int_f +nh5ltmake_dataset_nfl3_c (hid_t_f *loc_id, + int_f *namelen, + _fcd name, + int_f *rank, + hsize_t_f *dims, + hid_t_f *type_id, + void *buf); + +HDF5_HL_F90CSTUBDLL +int_f +nh5ltmake_dataset_nfl4_c (hid_t_f *loc_id, + int_f *namelen, + _fcd name, + int_f *rank, + hsize_t_f *dims, + hid_t_f *type_id, + void *buf); + +HDF5_HL_F90CSTUBDLL +int_f nh5ltmake_dataset_nfl5_c (hid_t_f *loc_id, int_f *namelen, _fcd name, @@ -571,6 +611,16 @@ nh5ltmake_dataset_ndl6_c (hid_t_f *loc_id, HDF5_HL_F90CSTUBDLL int_f +nh5ltmake_dataset_ndl7_c (hid_t_f *loc_id, + int_f *namelen, + _fcd name, + int_f *rank, + hsize_t_f *dims, + hid_t_f *type_id, + void *buf); + +HDF5_HL_F90CSTUBDLL +int_f nh5ltread_dataset_c (hid_t_f *loc_id, int_f *namelen, _fcd name, @@ -1217,7 +1267,7 @@ nh5tbmake_table_c(int_f *namelen1, hsize_t_f *chunk_size, int_f *compress, int_f *char_len_field_names, /* field_names lenghts */ - int_f *max_char_size_field_names, /* char len of fields */ + int_f *max_char_size_field_names, /* char len of fields */ _fcd buf); /* field_names */ HDF5_HL_F90CSTUBDLL @@ -1528,9 +1578,9 @@ nh5tbget_field_info_c(hid_t_f *loc_id, size_t_f *field_offsets, size_t_f *type_size, int_f *namelen2, - int_f *lenmax, + int_f *lenmax, _fcd field_names, - int_f *maxlen_out); + int_f *maxlen_out); #endif /* _H5LTf90proto_H */ |