diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-06-11 22:04:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-06-11 22:04:42 (GMT) |
commit | a556665ad19e7a97ace5449673a26a4b581940b3 (patch) | |
tree | 784eb312e21ce0d13394288a95c66853fb60de57 /src/H5Dpublic.h | |
parent | 725578538a45b78895450c4d5ffd1cd04585abc8 (diff) | |
download | hdf5-a556665ad19e7a97ace5449673a26a4b581940b3.zip hdf5-a556665ad19e7a97ace5449673a26a4b581940b3.tar.gz hdf5-a556665ad19e7a97ace5449673a26a4b581940b3.tar.bz2 |
[svn-r1332] Fixes to get the VL datatypes working. The only function currently working
is H5Tvlen_create().
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r-- | src/H5Dpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index 89caad6..74c6549 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -56,6 +56,7 @@ __DLL__ herr_t H5Dread (hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, __DLL__ herr_t H5Dwrite (hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t plist_id, const void *buf); __DLL__ herr_t H5Dextend (hid_t dset_id, const hsize_t *size); +__DLL__ herr_t H5Dvlen_reclaim(hid_t type_id, hid_t space_id, hid_t plist_id, void *buf); __DLL__ herr_t H5Ddebug(hid_t dset_id, unsigned int flags); #ifdef __cplusplus |