From b03c529cdcdee921a0379bc6ce208e4083dd1d0d Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 21 May 2004 09:51:47 -0500 Subject: [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 --- src/H5Sprivate.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v0.12