summaryrefslogtreecommitdiffstats
path: root/src/H5B2private.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-02-24 21:44:30 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-02-24 21:44:30 (GMT)
commit2be0f58f6018d3ccf4e9929aa3f4cbd3c593624a (patch)
tree7330209dfa9939d178c1b69c0464f1e01b41ade8 /src/H5B2private.h
parentb1485cfdcff1963c15f98bea565f4737cb9ad397 (diff)
downloadhdf5-2be0f58f6018d3ccf4e9929aa3f4cbd3c593624a.zip
hdf5-2be0f58f6018d3ccf4e9929aa3f4cbd3c593624a.tar.gz
hdf5-2be0f58f6018d3ccf4e9929aa3f4cbd3c593624a.tar.bz2
[svn-r10078] Purpose:
Bug fix & new feature Description: Fix errors in tracking the total number of records "below" a node. Add feature to find the n'th record in a B-tree Platforms tested: FreeBSD 4.11 (sleipnir) Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5B2private.h')
-rw-r--r--src/H5B2private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5B2private.h b/src/H5B2private.h
index a2a7ac2..0608599 100644
--- a/src/H5B2private.h
+++ b/src/H5B2private.h
@@ -99,6 +99,8 @@ H5_DLL herr_t H5B2_iterate(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type,
haddr_t addr, H5B2_operator_t op, void *op_data);
H5_DLL herr_t H5B2_find(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type,
haddr_t addr, void *udata, H5B2_found_t op, void *op_data);
+H5_DLL herr_t H5B2_index(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type,
+ haddr_t addr, hsize_t idx, H5B2_found_t op, void *op_data);
#endif /* _H5B2private_H */