summaryrefslogtreecommitdiffstats
path: root/src/H5Spublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-07-24 20:46:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-07-24 20:46:19 (GMT)
commit3a6a09d4fd01762c9ea32f3935887a91f0df6dab (patch)
treef56115d9c09e61c8afe5ca24e1ca73c11d027dad /src/H5Spublic.h
parentca426e2f32b0332a05e63b5e2820acfffef5efd9 (diff)
downloadhdf5-3a6a09d4fd01762c9ea32f3935887a91f0df6dab.zip
hdf5-3a6a09d4fd01762c9ea32f3935887a91f0df6dab.tar.gz
hdf5-3a6a09d4fd01762c9ea32f3935887a91f0df6dab.tar.bz2
[svn-r544] Added code for H5Sselect_none call.
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 fe35d7f..881e692 100644
--- a/src/H5Spublic.h
+++ b/src/H5Spublic.h
@@ -65,6 +65,7 @@ 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);
+herr_t H5Sselect_none (hid_t spaceid);
#ifdef __cplusplus
}