summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2016-07-04 23:21:06 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2016-07-04 23:21:06 (GMT)
commitdfe0d7984a32dcef677eb8d70a355f093512624c (patch)
tree8fc14ff9560f76d06903c6de1e9ac02fb5c123cd /src/H5Tprivate.h
parent2889ea742e5c78b629ac69f6e8f9046843487d13 (diff)
downloadhdf5-dfe0d7984a32dcef677eb8d70a355f093512624c.zip
hdf5-dfe0d7984a32dcef677eb8d70a355f093512624c.tar.gz
hdf5-dfe0d7984a32dcef677eb8d70a355f093512624c.tar.bz2
[svn-r30145] Merge of checkin #30143 to the trunk which is a bug fix for HDFFV-9940.
Tested on oxs1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r--src/H5Tprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h
index 345924c..656036f 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -119,6 +119,7 @@ H5_DLL struct H5O_loc_t *H5T_oloc(H5T_t *dt);
H5_DLL H5G_name_t *H5T_nameof(H5T_t *dt);
H5_DLL htri_t H5T_is_immutable(const H5T_t *dt);
H5_DLL htri_t H5T_is_named(const H5T_t *dt);
+H5_DLL herr_t H5T_convert_committed_datatype(H5T_t *dt, H5F_t *f);
H5_DLL htri_t H5T_is_relocatable(const H5T_t *dt);
H5_DLL H5T_path_t *H5T_path_find(const H5T_t *src, const H5T_t *dst,
const char *name, H5T_conv_t func, hid_t dxpl_id, hbool_t is_api);