summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-08-07 16:08:19 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-08-22 19:01:48 (GMT)
commit1b0c423ba0a59aec1994bcb7c6a98eebd72177fa (patch)
treeffa7156d7217231d837f14b11e0f5395e222697b /src/H5Tprivate.h
parenta90258b04b0c2dc07019b55333102e756567e0c4 (diff)
downloadhdf5-1b0c423ba0a59aec1994bcb7c6a98eebd72177fa.zip
hdf5-1b0c423ba0a59aec1994bcb7c6a98eebd72177fa.tar.gz
hdf5-1b0c423ba0a59aec1994bcb7c6a98eebd72177fa.tar.bz2
Move H5T_vlen_reclaim to package scope
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r--src/H5Tprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h
index f7ca281..490ffb5 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -135,7 +135,6 @@ H5_DLL herr_t H5T_convert(H5T_path_t *tpath, hid_t src_id, hid_t dst_id,
size_t nelmts, size_t buf_stride, size_t bkg_stride, void *buf, void *bkg);
H5_DLL herr_t H5T_reclaim(hid_t type_id, struct H5S_t *space, void *buf);
H5_DLL herr_t H5T_reclaim_cb(void *elem, const H5T_t *dt, unsigned ndim, const hsize_t *point, void *op_data);
-H5_DLL herr_t H5T_vlen_reclaim(void *elem, const H5T_t *dt, H5T_vlen_alloc_info_t *alloc_info);
H5_DLL herr_t H5T_vlen_reclaim_elmt(void *elem, H5T_t *dt);
H5_DLL htri_t H5T_set_loc(H5T_t *dt, H5VL_object_t *file, H5T_loc_t loc);
H5_DLL htri_t H5T_is_sensible(const H5T_t *dt);