summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-05-02 17:11:49 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-05-02 17:11:49 (GMT)
commitac035bf3679dc539c6b35534f310539210322779 (patch)
treec27c7e7a0dc1a49c7141b786d0bcb6e01dec96fb /src/H5Sprivate.h
parent64e13ca220a8d99e2282b680a852a038dd217d60 (diff)
downloadhdf5-ac035bf3679dc539c6b35534f310539210322779.zip
hdf5-ac035bf3679dc539c6b35534f310539210322779.tar.gz
hdf5-ac035bf3679dc539c6b35534f310539210322779.tar.bz2
* Fixed the error tests
* Moved common functionality into helper functions
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index b4ae1ff..15ce75d 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -215,6 +215,7 @@ H5_DLL herr_t H5S_set_extent_real(H5S_t *space, const hsize_t *size);
H5_DLL herr_t H5S_set_extent_simple(H5S_t *space, unsigned rank,
const hsize_t *dims, const hsize_t *max);
H5_DLL H5S_t *H5S_create(H5S_class_t type);
+H5_DLL herr_t H5S_get_validated_dataspace(hid_t space_id, const H5S_t **space/*out*/);
H5_DLL H5S_t *H5S_create_simple(unsigned rank, const hsize_t dims[/*rank*/],
const hsize_t maxdims[/*rank*/]);
H5_DLL herr_t H5S_set_version(H5F_t *f, H5S_t *ds);