diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-13 19:22:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-13 19:22:33 (GMT) |
commit | 6dbba8d7afa20657d8eae7023a3cf5fc92e56636 (patch) | |
tree | 8f0cb08ccf4386a1ad8c53ba31e1ee1a3ee6fde5 /fortran | |
parent | 9bc89569d6990a1ebbe8fa595a23d5df59575c7f (diff) | |
download | hdf5-6dbba8d7afa20657d8eae7023a3cf5fc92e56636.zip hdf5-6dbba8d7afa20657d8eae7023a3cf5fc92e56636.tar.gz hdf5-6dbba8d7afa20657d8eae7023a3cf5fc92e56636.tar.bz2 |
[svn-r7612] Purpose:
Code cleanup
Description:
Added missing prototypes.
Platforms tested:
FreeBSD 4.9 (sleipnir)
Linux 2.4 (verbena) w/FORTRAN
too minor for h5committest
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5f90proto.h | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h index 5c8c226..06dce79 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -16,7 +16,6 @@ #ifndef _H5f90proto_H #define _H5f90proto_H -#include "H5Git.h" H5_DLL int HD5c2fstr(char *str, int len); H5_DLL char * HD5f2cstring (_fcd fdesc, int len); H5_DLL int HD5packFstring(char *src, char *dest, int len); @@ -221,13 +220,17 @@ H5_DLL int_f nh5sselect_elements_c ( hid_t_f *space_id , int_f *op, size_t_f *ne # define nh5dwrite_c FNAME(H5DWRITE_C) # define nh5dwrite_c_b FNAME(H5DWRITE_C_B) # define nh5dwrite_ref_obj_c FNAME(H5DWRITE_REF_OBJ_C) +# define nh5dwrite_ref_obj_c_b FNAME(H5DWRITE_REF_OBJ_C_B) # define nh5dwrite_ref_reg_c FNAME(H5DWRITE_REF_REG_C) +# define nh5dwrite_ref_reg_c_b FNAME(H5DWRITE_REF_REG_C_B) # define nh5dwritec_c FNAME(H5DWRITEC_C) # define nh5dwritec_c_b FNAME(H5DWRITEC_C_B) # define nh5dread_c FNAME(H5DREAD_C) # define nh5dread_c_b FNAME(H5DREAD_C_B) # define nh5dread_ref_reg_c FNAME(H5DREAD_REF_REG_C) +# define nh5dread_ref_reg_c_b FNAME(H5DREAD_REF_REG_C_B) # define nh5dread_ref_obj_c FNAME(H5DREAD_REF_OBJ_C) +# define nh5dread_ref_obj_c_b FNAME(H5DREAD_REF_OBJ_C_B) # define nh5dreadc_c FNAME(H5DREADC_C) # define nh5dreadc_c_b FNAME(H5DREADC_C_B) # define nh5dget_space_c FNAME(H5DGET_SPACE_C) @@ -254,11 +257,15 @@ H5_DLL int_f nh5sselect_elements_c ( hid_t_f *space_id , int_f *op, size_t_f *ne # define nh5dwrite_c_b FNAME(h5dwrite_c_b) # define nh5dwritec_c FNAME(h5dwritec_c) # define nh5dwrite_ref_obj_c FNAME(h5dwrite_ref_obj_c) +# define nh5dwrite_ref_obj_c_b FNAME(h5dwrite_ref_obj_c_b) # define nh5dwrite_ref_reg_c FNAME(h5dwrite_ref_reg_c) +# define nh5dwrite_ref_reg_c_b FNAME(h5dwrite_ref_reg_c_b) # define nh5dread_c FNAME(h5dread_c) # define nh5dread_c_b FNAME(h5dread_c_b) # define nh5dread_ref_reg_c FNAME(h5dread_ref_reg_c) +# define nh5dread_ref_reg_c_b FNAME(h5dread_ref_reg_c_b) # define nh5dread_ref_obj_c FNAME(h5dread_ref_obj_c) +# define nh5dread_ref_obj_c_b FNAME(h5dread_ref_obj_c_b) # define nh5dreadc_c FNAME(h5dreadc_c) # define nh5dreadc_c_b FNAME(h5dreadc_c_b) # define nh5dget_space_c FNAME(h5dget_space_c) @@ -313,9 +320,15 @@ H5_DLL int_f nh5dread_vl_string_c H5_DLL int_f nh5dwrite_ref_obj_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f *buf, int_f *dims); +H5_DLL int_f nh5dwrite_ref_obj_c_b +(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f *buf, hsize_t_f *dims); + H5_DLL int_f nh5dwrite_ref_reg_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f *buf, int_f *dims); +H5_DLL int_f nh5dwrite_ref_reg_c_b +(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f *buf, hsize_t_f *dims); + H5_DLL int_f nh5dwritec_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, int_f *dims); @@ -332,9 +345,15 @@ H5_DLL int_f nh5dread_c_b H5_DLL int_f nh5dread_ref_obj_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f *buf, int_f *dims); +H5_DLL int_f nh5dread_ref_obj_c_b +(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f * buf, hsize_t_f *dims); + H5_DLL int_f nh5dread_ref_reg_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f *buf, int_f *dims); +H5_DLL int_f nh5dread_ref_reg_c_b +(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f * buf, hsize_t_f *dims); + H5_DLL int_f nh5dreadc_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, int_f *dims); |