summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-05-21 14:51:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-05-21 14:51:47 (GMT)
commitb03c529cdcdee921a0379bc6ce208e4083dd1d0d (patch)
treee9cc956e7bb38900a310c344c5b604dbcf5ca6a2 /src/H5Sprivate.h
parentbccad78144f7023bb967b3042190a2462a1c671a (diff)
downloadhdf5-b03c529cdcdee921a0379bc6ce208e4083dd1d0d.zip
hdf5-b03c529cdcdee921a0379bc6ce208e4083dd1d0d.tar.gz
hdf5-b03c529cdcdee921a0379bc6ce208e4083dd1d0d.tar.bz2
[svn-r8560] 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);