summaryrefslogtreecommitdiffstats
path: root/src/H5Spublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-07-23 21:28:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-07-23 21:28:22 (GMT)
commit451404ceeeb7bae6cad56a856d097a8ed3f69576 (patch)
tree6a34094bd46e4e626b48ab5ca9023856f50c982d /src/H5Spublic.h
parentc8d2f1e17a828016487bb7661f3eff4135c92226 (diff)
downloadhdf5-451404ceeeb7bae6cad56a856d097a8ed3f69576.zip
hdf5-451404ceeeb7bae6cad56a856d097a8ed3f69576.tar.gz
hdf5-451404ceeeb7bae6cad56a856d097a8ed3f69576.tar.bz2
[svn-r538] Added H5Sset_extent_none and H5Sextent_copy functions. They are wrappers
around features already tested.
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r--src/H5Spublic.h4
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
}