summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-06-03 20:34:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-06-03 20:34:58 (GMT)
commit79380c228cb804bb7ed9bb1ac7b3f36706719c20 (patch)
tree24e7905fd80682e481e5ab9b342dd20862095f01 /src/H5Sprivate.h
parenta9fa9a4a3715b8bd0dce83911548b88f30329c62 (diff)
downloadhdf5-79380c228cb804bb7ed9bb1ac7b3f36706719c20.zip
hdf5-79380c228cb804bb7ed9bb1ac7b3f36706719c20.tar.gz
hdf5-79380c228cb804bb7ed9bb1ac7b3f36706719c20.tar.bz2
[svn-r15132] Description:
Bring back revision 15131 from trunk: Finish omnibus chunked dataset I/O refactoring, to separate general actions on chunked datasets from actions that are specific to using the v1 B-tree index. Cleaned up a few bugs and added some additional tests also. Tested on: Mac OS X/32 10.5.3 (amazon) Linux/32 2.4 (chicago)
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index 8744872..e78fb51 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -196,7 +196,9 @@ H5_DLL herr_t H5S_debug(H5F_t *f, hid_t dxpl_id, const void *_mesg, FILE *stream
H5_DLL int H5S_extend(H5S_t *space, const hsize_t *size);
#endif /* H5_NO_DEPRECATED_SYMBOLS */
+/* Operations on dataspace extents */
H5_DLL hsize_t H5S_extent_nelem(const H5S_extent_t *ext);
+H5_DLL htri_t H5S_extent_equal(const H5S_t *ds1, const H5S_t *ds2);
/* Operations on selections */
H5_DLL herr_t H5S_select_deserialize(H5S_t *space, const uint8_t *buf);