diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-06-04 22:27:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-06-04 22:27:28 (GMT) |
commit | 2a10e682a13244d5c61982445f2d6ec5bc990a36 (patch) | |
tree | fd25460dfb65d05ee3b3f19a5b11fe728a0e7adf /src/H5TBprivate.h | |
parent | df96f4362a0872e832cb0b995e209da4e315cb9d (diff) | |
download | hdf5-2a10e682a13244d5c61982445f2d6ec5bc990a36.zip hdf5-2a10e682a13244d5c61982445f2d6ec5bc990a36.tar.gz hdf5-2a10e682a13244d5c61982445f2d6ec5bc990a36.tar.bz2 |
[svn-r1305] Checkpointing the VL datatype code. I believe the core functionality is here,
accessed with H5Tvlen_create, but I need to start writing tests now. Also the
more esoteric API calls (such as H5Tget_vlen_buf_size and the memory management
calls) aren't implemented yet.
Diffstat (limited to 'src/H5TBprivate.h')
-rw-r--r-- | src/H5TBprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5TBprivate.h b/src/H5TBprivate.h index fbdf979..3b2ac39 100644 --- a/src/H5TBprivate.h +++ b/src/H5TBprivate.h @@ -19,7 +19,7 @@ /* Functions defined in H5TB.c */ __DLL__ hid_t H5TB_get_buf(hsize_t size, hbool_t resize, void **ptr); __DLL__ void *H5TB_buf_ptr(hid_t tbid); -__DLL__ herr_t H5TB_resize_buf(hid_t tbid, hsize_t size); +__DLL__ herr_t H5TB_resize_buf(hid_t tbid, hsize_t size, void **ptr); __DLL__ herr_t H5TB_garbage_coll(void); __DLL__ herr_t H5TB_release_buf(hid_t tbid); |