From c2d3d0a005275837f30515d1d2098b4a219ddc6b Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 24 May 2007 09:27:04 -0500 Subject: [svn-r13806] Description: Correct prototype for H5Sextent_equal() Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2) --- src/H5Spublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Spublic.h b/src/H5Spublic.h index 95135b9..4a49da2 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -131,7 +131,7 @@ H5_DLL herr_t H5Sselect_elements(hid_t space_id, H5S_seloper_t op, H5_DLL H5S_class_t H5Sget_simple_extent_type(hid_t space_id); H5_DLL herr_t H5Sset_extent_none(hid_t space_id); H5_DLL herr_t H5Sextent_copy(hid_t dst_id,hid_t src_id); -H5_DLL herr_t H5Sextent_equal(hid_t sid1, hid_t sid2); +H5_DLL htri_t H5Sextent_equal(hid_t sid1, hid_t sid2); H5_DLL herr_t H5Sselect_all(hid_t spaceid); H5_DLL herr_t H5Sselect_none(hid_t spaceid); H5_DLL herr_t H5Soffset_simple(hid_t space_id, const hssize_t *offset); -- cgit v0.12