diff options
author | Quincey Koziol <koziol@lbl.gov> | 2020-08-07 16:08:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2020-08-07 16:08:19 (GMT) |
commit | 5f6eec0b20ce325fbd4cbc7913cd972fbd070a22 (patch) | |
tree | d359906e2f9cf399bd47e04f7e9f3951e7e3d711 /src/H5Tprivate.h | |
parent | a2340cec3b1ff84e991b4e8d54a5e358a38831fe (diff) | |
download | hdf5-5f6eec0b20ce325fbd4cbc7913cd972fbd070a22.zip hdf5-5f6eec0b20ce325fbd4cbc7913cd972fbd070a22.tar.gz hdf5-5f6eec0b20ce325fbd4cbc7913cd972fbd070a22.tar.bz2 |
Move H5T_vlen_reclaim to package scope
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r-- | src/H5Tprivate.h | 1 |
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); |