diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 23:29:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 23:29:44 (GMT) |
commit | 86a68d5e4671da7f5cbf0ca3274153ab139c19bb (patch) | |
tree | c871b58dcf827531b1115ef8f18d905f767bb402 /src/H5Spublic.h | |
parent | 451404ceeeb7bae6cad56a856d097a8ed3f69576 (diff) | |
download | hdf5-86a68d5e4671da7f5cbf0ca3274153ab139c19bb.zip hdf5-86a68d5e4671da7f5cbf0ca3274153ab139c19bb.tar.gz hdf5-86a68d5e4671da7f5cbf0ca3274153ab139c19bb.tar.bz2 |
[svn-r539] Added H5Sselect_all code
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r-- | src/H5Spublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h index ff7680e..fe35d7f 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -64,6 +64,7 @@ herr_t H5Sselect_elements (hid_t space_id, H5S_seloper_t op, size_t num_elemn, 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); +herr_t H5Sselect_all (hid_t spaceid); #ifdef __cplusplus } |