summaryrefslogtreecommitdiffstats
path: root/src/H5Spublic.h
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2020-09-18 05:12:37 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2020-09-18 05:12:37 (GMT)
commitce0f87fb351c1aa0e7842e40ca5ea5e7d1c3da2b (patch)
tree07ee07f5d852e8873f035f907d770c496ed9fdaa /src/H5Spublic.h
parent9eaeac2e1bb660d9b19a766e38764a6895ae22c4 (diff)
downloadhdf5-ce0f87fb351c1aa0e7842e40ca5ea5e7d1c3da2b.zip
hdf5-ce0f87fb351c1aa0e7842e40ca5ea5e7d1c3da2b.tar.gz
hdf5-ce0f87fb351c1aa0e7842e40ca5ea5e7d1c3da2b.tar.bz2
Add H5Ssel_iter_init API call to reset a selection iterator
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r--src/H5Spublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h
index 1ca79ea..6e5c652 100644
--- a/src/H5Spublic.h
+++ b/src/H5Spublic.h
@@ -178,6 +178,7 @@ H5_DLL hid_t H5Sselect_project_intersection(hid_t src_space_id,
H5_DLL hid_t H5Ssel_iter_create(hid_t spaceid, size_t elmt_size, unsigned flags);
H5_DLL herr_t H5Ssel_iter_get_seq_list(hid_t sel_iter_id, size_t maxseq,
size_t maxbytes, size_t *nseq, size_t *nbytes, hsize_t *off, size_t *len);
+H5_DLL herr_t H5Ssel_iter_reset(hid_t sel_iter_id, hid_t space_id);
H5_DLL herr_t H5Ssel_iter_close(hid_t sel_iter_id);
/* Symbols defined for compatibility with previous versions of the HDF5 API.