diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-14 21:03:20 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-14 21:03:20 (GMT) |
commit | 5ed4eda59ea4004850ac8ca720b67ddac6b2d7f9 (patch) | |
tree | f27c616619cd4b1de24f41807fb1a47db3bccbac /tools/lib/h5tools.h | |
parent | 92f79b673474773db58debd66c3c0d9a58949937 (diff) | |
download | hdf5-5ed4eda59ea4004850ac8ca720b67ddac6b2d7f9.zip hdf5-5ed4eda59ea4004850ac8ca720b67ddac6b2d7f9.tar.gz hdf5-5ed4eda59ea4004850ac8ca720b67ddac6b2d7f9.tar.bz2 |
[svn-r20247] Change name of new VLEN function from H5Tdetect_vlen_str to h5tools_detect_vlen_str to match other functions in tools lib.
Added back test for H5Tdetect_class of H5T_VLEN after each instance of above function to catch all VLEN types in h5dump.
Tested: local linux
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index 9c100ea..6d054b8 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -553,7 +553,7 @@ H5TOOLS_DLL hid_t h5tools_get_native_type(hid_t type); H5TOOLS_DLL hid_t h5tools_get_little_endian_type(hid_t type); H5TOOLS_DLL hid_t h5tools_get_big_endian_type(hid_t type); -H5TOOLS_DLL htri_t H5Tdetect_vlen_str(hid_t tid); +H5TOOLS_DLL htri_t h5tools_detect_vlen_str(hid_t tid); H5TOOLS_DLL void h5tools_dump_simple_data(FILE *stream, const h5tool_format_t *info, hid_t container, h5tools_context_t *ctx/*in,out*/, unsigned flags, |