summaryrefslogtreecommitdiffstats
path: root/src/H5Spkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-13 20:12:55 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-13 20:12:55 (GMT)
commit6ed61e5dda6a877b955aab386379b189346bf74c (patch)
tree9413d3b78efcd467f21a84a5f710669ab18ca578 /src/H5Spkg.h
parent737f79b5da933853fde9a194d3fe5c4bd820261b (diff)
downloadhdf5-6ed61e5dda6a877b955aab386379b189346bf74c.zip
hdf5-6ed61e5dda6a877b955aab386379b189346bf74c.tar.gz
hdf5-6ed61e5dda6a877b955aab386379b189346bf74c.tar.bz2
[svn-r8676] Purpose:
Code optimization Description: Using existing dataspace extent copying routine instead of duplicating the code (more slowly). Also, back-port improvements to the dataspace message reading which clean up the clean and centralize operations. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r--src/H5Spkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h
index 2003b38..72f9fd6 100644
--- a/src/H5Spkg.h
+++ b/src/H5Spkg.h
@@ -228,7 +228,7 @@ H5_DLLVAR const H5S_select_class_t H5S_sel_point[1];
/* Extent functions */
H5_DLL herr_t H5S_close_simple(H5S_simple_t *simple);
-H5_DLL herr_t H5S_release_simple(H5S_simple_t *simple);
+H5_DLL herr_t H5S_extent_release(H5S_extent_t *extent);
H5_DLL herr_t H5S_extent_copy(H5S_extent_t *dst, const H5S_extent_t *src);
/* Operations on selections */