summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-24 20:00:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-24 20:00:51 (GMT)
commit635e8c5377ded6201061e1dc819526cd205f06ed (patch)
tree92ecc34bdaa14424f41713b9fa14f5515eacd239 /tools/lib/h5tools.h
parent206c4a43e848f51060c2b631ec020cf1ee3f02ba (diff)
downloadhdf5-635e8c5377ded6201061e1dc819526cd205f06ed.zip
hdf5-635e8c5377ded6201061e1dc819526cd205f06ed.tar.gz
hdf5-635e8c5377ded6201061e1dc819526cd205f06ed.tar.bz2
merge from develop and apply HDFFV-8611
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index bf8e673..3d38dd0 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -590,7 +590,6 @@ H5TOOLS_DLL int h5tools_set_output_file(const char *fname, int is_bin);
H5TOOLS_DLL int h5tools_set_error_file(const char *fname, int is_bin);
H5TOOLS_DLL hid_t h5tools_fopen(const char *fname, unsigned flags, hid_t fapl,
const char *driver, char *drivername, size_t drivername_len);
-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(hid_t tid);