summaryrefslogtreecommitdiffstats
path: root/src/H5Tpkg.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-10-31 14:40:23 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-10-31 14:40:23 (GMT)
commitefd4ae1f3775e3465b7b3425ed125e3b776b1565 (patch)
treefbae9db3b259d7c4b4d4fbc0ce1294a3ae49e1a1 /src/H5Tpkg.h
parente73031c90cb33d9d14de73cd2777eb3f99fa2c32 (diff)
parent51c5bf8aa76cf378ccd59b02247fb7cd0d9b3eaf (diff)
downloadhdf5-efd4ae1f3775e3465b7b3425ed125e3b776b1565.zip
hdf5-efd4ae1f3775e3465b7b3425ed125e3b776b1565.tar.gz
hdf5-efd4ae1f3775e3465b7b3425ed125e3b776b1565.tar.bz2
[svn-r22995] merge from trunk up to 22994.
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 faa5538..0553d19 100644
--- a/src/H5Tpkg.h
+++ b/src/H5Tpkg.h
@@ -545,6 +545,10 @@ H5_DLL herr_t H5T__conv_enum(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata,
size_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_enum_numeric(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata,
+ size_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_vlen(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata,
size_t nelmts, size_t buf_stride,
size_t bkg_stride, void *buf, void *bkg,