summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-03-14 21:05:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-03-14 21:05:44 (GMT)
commita518bae9c0120f4e4dd8e72c1c4de17e699e498d (patch)
treed0061a0198296eb773f837a9e44fe1789f297671 /tools/lib/h5tools.h
parent6d8bfb439cbb27b25dcdcb6b4fcffc38837e142e (diff)
downloadhdf5-a518bae9c0120f4e4dd8e72c1c4de17e699e498d.zip
hdf5-a518bae9c0120f4e4dd8e72c1c4de17e699e498d.tar.gz
hdf5-a518bae9c0120f4e4dd8e72c1c4de17e699e498d.tar.bz2
[svn-r20248] 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. bring back from trunk r20247 Tested: local linux
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index 740dd38..66d5167 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -559,6 +559,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 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,