summaryrefslogtreecommitdiffstats
path: root/src/H5Spublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-06-16 15:38:07 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-06-16 15:38:07 (GMT)
commit0e4e2a0e76f85315fc6a4b9c30381e6b00af25c9 (patch)
treea7186c6f787369a8ea13943a1a1640a5fbcb5d19 /src/H5Spublic.h
parent8df5a96ccb3d60bc38d9f1b6d0d774d55afbb7a6 (diff)
parent59517a164b52270f5a24d88b40221e43592fcc8d (diff)
downloadhdf5-0e4e2a0e76f85315fc6a4b9c30381e6b00af25c9.zip
hdf5-0e4e2a0e76f85315fc6a4b9c30381e6b00af25c9.tar.gz
hdf5-0e4e2a0e76f85315fc6a4b9c30381e6b00af25c9.tar.bz2
[svn-r25288] merge from trunk.
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r--src/H5Spublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h
index dd3099f..105530a 100644
--- a/src/H5Spublic.h
+++ b/src/H5Spublic.h
@@ -118,7 +118,7 @@ H5_DLL hid_t H5Scombine_hyperslab(hid_t space_id, H5S_seloper_t op,
const hsize_t _stride[],
const hsize_t count[],
const hsize_t _block[]);
-H5_DLL herr_t H5Sselect_select(hid_t space1_id, H5S_seloper_t op,
+H5_DLL herr_t H5Smodify_select(hid_t space1_id, H5S_seloper_t op,
hid_t space2_id);
H5_DLL hid_t H5Scombine_select(hid_t space1_id, H5S_seloper_t op,
hid_t space2_id);