summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2005-09-14 19:10:37 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2005-09-14 19:10:37 (GMT)
commitf7c075c736d3a4615cc78308111c235a91dbdc5d (patch)
treec4271fc33ae3cdf069d6fb2295207bf185dde671 /src/H5Tprivate.h
parent33beeb7f55193bc76a7544f9fe3634718f36352d (diff)
downloadhdf5-f7c075c736d3a4615cc78308111c235a91dbdc5d.zip
hdf5-f7c075c736d3a4615cc78308111c235a91dbdc5d.tar.gz
hdf5-f7c075c736d3a4615cc78308111c235a91dbdc5d.tar.bz2
[svn-r11414] Purpose: Rename a API function
Description: The API function H5Tis_hard() which was recently checked in has been renamed to H5Tcompiler_conv() to be more descriptive. No other changes. Platforms tested: fuss - simple change. Misc. update: config/lt_vers.am to update libtool version.
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r--src/H5Tprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h
index a93ca84..1b6cb05 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -75,7 +75,7 @@ H5_DLL H5T_class_t H5T_get_class(const H5T_t *dt, htri_t internal);
H5_DLL htri_t H5T_detect_class (const H5T_t *dt, H5T_class_t cls);
H5_DLL size_t H5T_get_size(const H5T_t *dt);
H5_DLL int H5T_cmp(const H5T_t *dt1, const H5T_t *dt2, hbool_t superset);
-H5_DLL htri_t H5T_is_hard(H5T_t *src, H5T_t *dst);
+H5_DLL htri_t H5T_compiler_conv(H5T_t *src, H5T_t *dst);
H5_DLL herr_t H5T_debug(const H5T_t *dt, FILE * stream);
H5_DLL H5G_entry_t *H5T_entof(H5T_t *dt);
H5_DLL htri_t H5T_is_immutable(const H5T_t *dt);