diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-18 21:33:48 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-18 21:33:48 (GMT) |
commit | a53790e16a5e7109a52e8b4a611954f52890a804 (patch) | |
tree | 7ebe9b191aeef1815621089914996f6259b8ada2 /src/H5HFpkg.h | |
parent | cac506d3fb8b2f0edc8b52d684849b8da9801840 (diff) | |
download | hdf5-a53790e16a5e7109a52e8b4a611954f52890a804.zip hdf5-a53790e16a5e7109a52e8b4a611954f52890a804.tar.gz hdf5-a53790e16a5e7109a52e8b4a611954f52890a804.tar.bz2 |
[svn-r12122] Purpose:
Code update
Description:
Add basics of routine for reading information back out of a fractal heap.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'src/H5HFpkg.h')
-rw-r--r-- | src/H5HFpkg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5HFpkg.h b/src/H5HFpkg.h index 7ccf879..33a9d37 100644 --- a/src/H5HFpkg.h +++ b/src/H5HFpkg.h @@ -373,6 +373,8 @@ H5_DLL herr_t H5HF_man_find(H5RC_t *fh_shared, hid_t dxpl_id, size_t request, H5_DLL herr_t H5HF_man_insert(H5RC_t *fh_shared, hid_t dxpl_id, H5HF_section_free_node_t *sec_node, size_t obj_size, const void *obj, void *id); +H5_DLL herr_t H5HF_man_read(H5RC_t *fh_shared, hid_t dxpl_id, hsize_t obj_off, + void *obj); /* Metadata cache callbacks */ H5_DLL herr_t H5HF_cache_hdr_dest(H5F_t *f, H5HF_t *fh); |