summaryrefslogtreecommitdiffstats
path: root/src/H5Tpkg.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-03-13 17:39:41 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-03-13 17:39:41 (GMT)
commit95dc09ab4b7d20f971cc26a91dbf2df46f71bb96 (patch)
treecd5bfd0ab985801566fad6c3e1a26c82af08c37d /src/H5Tpkg.h
parentf0ac5a6420d53f3c2ce4a322f3d6e36902b67b42 (diff)
downloadhdf5-95dc09ab4b7d20f971cc26a91dbf2df46f71bb96.zip
hdf5-95dc09ab4b7d20f971cc26a91dbf2df46f71bb96.tar.gz
hdf5-95dc09ab4b7d20f971cc26a91dbf2df46f71bb96.tar.bz2
[svn-r8259] *** empty log message ***
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r--src/H5Tpkg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h
index 147b639..ad817f3 100644
--- a/src/H5Tpkg.h
+++ b/src/H5Tpkg.h
@@ -383,6 +383,10 @@ H5_DLL herr_t H5T_conv_f_i(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata,
hsize_t nelmts, size_t buf_stride,
size_t bkg_stride, void *_buf, void *bkg,
hid_t dset_xfer_plist);
+H5_DLL herr_t H5T_conv_i_f(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata,
+ hsize_t nelmts, size_t buf_stride,
+ size_t bkg_stride, void *_buf, void *bkg,
+ hid_t dset_xfer_plist);
H5_DLL herr_t H5T_conv_s_s(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata,
hsize_t nelmts, size_t buf_stride,
size_t bkg_stride, void *_buf, void *bkg,