diff options
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 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 } |