summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-05-21 14:52:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-05-21 14:52:19 (GMT)
commitc385536b9e00d37d4806a6b53e19749875383d85 (patch)
treef4d84c59efb6d8aa71c9ba2f8f4ad265e35f78ae /src/H5Sprivate.h
parentd765d42718d7a2a93a3931721622fdae62297a30 (diff)
downloadhdf5-c385536b9e00d37d4806a6b53e19749875383d85.zip
hdf5-c385536b9e00d37d4806a6b53e19749875383d85.tar.gz
hdf5-c385536b9e00d37d4806a6b53e19749875383d85.tar.bz2
[svn-r8561] Purpose:
Bug fix Description: Add prototypes for H5S_select_serial_size() and H5S_select_serialize() that were causing the library to fail when built with C++ compiler. Platforms tested: FreeBSD 4.9 (sleipnir) w/CC=g++ Only affects C++ builds, so no h5committest
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 0bc6dc7..8b5a5b8 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -280,6 +280,8 @@ H5_DLL herr_t H5S_select_release(H5S_t *ds);
H5_DLL herr_t H5S_select_get_seq_list(const H5S_t *space, unsigned flags,
H5S_sel_iter_t *iter, size_t maxseq, size_t maxbytes,
size_t *nseq, size_t *nbytes, hsize_t *off, size_t *len);
+H5_DLL herr_t H5S_select_serial_size(const H5S_t *space);
+H5_DLL herr_t H5S_select_serialize(const H5S_t *space, uint8_t *buf);
H5_DLL htri_t H5S_select_is_contiguous(const H5S_t *space);
H5_DLL htri_t H5S_select_is_single(const H5S_t *space);
H5_DLL htri_t H5S_select_is_regular(const H5S_t *space);