diff options
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r-- | src/H5Spublic.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h index 2554f7c..ff7680e 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -61,7 +61,9 @@ herr_t H5Sselect_hyperslab (hid_t space_id, H5S_seloper_t op, const hsize_t count[], const hsize_t _block[]); herr_t H5Sselect_elements (hid_t space_id, H5S_seloper_t op, size_t num_elemn, const hssize_t **coord); -H5S_class_t H5Sget_class (hid_t space_id); +H5S_class_t H5Sextent_class (hid_t space_id); +herr_t H5Sset_extent_none (hid_t space_id); +herr_t H5Sextent_copy (hid_t dst_id,hid_t src_id); #ifdef __cplusplus } |