summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-05-20 02:32:43 (GMT)
committerlrknox <lrknox>2017-05-20 02:32:43 (GMT)
commit3a43f7af3eaf807fbdf4cf26c10eadb67903b4a8 (patch)
treea9af55e96791ecc7845a67a5b2ec6e667a24dd12 /tools/lib/h5tools.h
parent197b461bceee6b066ba7560766644ad2a26c361c (diff)
parentd2db9140b298cf4ffa75255743a709a8b5362135 (diff)
downloadhdf5-3a43f7af3eaf807fbdf4cf26c10eadb67903b4a8.zip
hdf5-3a43f7af3eaf807fbdf4cf26c10eadb67903b4a8.tar.gz
hdf5-3a43f7af3eaf807fbdf4cf26c10eadb67903b4a8.tar.bz2
Merge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
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 0822c89..2e01ad2 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -558,7 +558,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);