diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2015-09-11 04:39:09 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2015-09-11 04:39:09 (GMT) |
commit | a4e730506f73381d8d3fc768249ce860b23b2d54 (patch) | |
tree | e89d2bed1fa97309f7d7fb88dfab1ad8e5d0d05d /src/H5Dpublic.h | |
parent | 86b03d3ef847ae902deaa4932eba23fb960378c3 (diff) | |
download | hdf5-a4e730506f73381d8d3fc768249ce860b23b2d54.zip hdf5-a4e730506f73381d8d3fc768249ce860b23b2d54.tar.gz hdf5-a4e730506f73381d8d3fc768249ce860b23b2d54.tar.bz2 |
[svn-r27758] Implementation for "h5format_convert" tool to convert a chunked dataset's indexing type to v1 B-tree indexing type.
Code review pending.
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r-- | src/H5Dpublic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index 8f4a613..ef40db9 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -159,6 +159,10 @@ H5_DLL herr_t H5Dgather(hid_t src_space_id, const void *src_buf, hid_t type_id, size_t dst_buf_size, void *dst_buf, H5D_gather_func_t op, void *op_data); H5_DLL herr_t H5Ddebug(hid_t dset_id); +/* Internal API routines */ +H5_DLL herr_t H5Dformat_convert(hid_t dset_id); +H5_DLL herr_t H5Dget_chunk_index_type(hid_t did, H5D_chunk_index_t *idx_type); + /* Symbols defined for compatibility with previous versions of the HDF5 API. * * Use of these symbols is deprecated. |