summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2002-09-04 15:50:12 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2002-09-04 15:50:12 (GMT)
commitd3f2e1bdff0eb5276214270a4ead9a06d22febe7 (patch)
treea78f5f3054605ca3b07043dd526876c1cb0fe70e /src/H5Tprivate.h
parent46d9c62ba1181f8a803c7e26ab40307fb6f6d444 (diff)
downloadhdf5-d3f2e1bdff0eb5276214270a4ead9a06d22febe7.zip
hdf5-d3f2e1bdff0eb5276214270a4ead9a06d22febe7.tar.gz
hdf5-d3f2e1bdff0eb5276214270a4ead9a06d22febe7.tar.bz2
[svn-r5911]
Purpose: bug fix in 'ID to name' function Description: the function replace_name was only checking for immutable datatypes Solution: added a new function H5T_is_named, that checks for named datatypes Platforms tested: windows 2000, linux, solaris with Fortran
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 ba09e93..60747ca 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -117,6 +117,7 @@ __DLL__ herr_t H5T_pack(H5T_t *dt);
__DLL__ herr_t H5T_debug(const H5T_t *dt, FILE * stream);
__DLL__ H5G_entry_t *H5T_entof(H5T_t *dt);
__DLL__ htri_t H5T_is_immutable(H5T_t *dt);
+__DLL__ htri_t H5T_is_named(H5T_t *dt);
__DLL__ H5T_path_t *H5T_path_find(const H5T_t *src, const H5T_t *dst,
const char *name, H5T_conv_t func);
__DLL__ herr_t H5T_sort_value(H5T_t *dt, int *map);