summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-04-09 02:16:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-04-09 02:16:17 (GMT)
commit4956cd61f380951b70887281971e0f91687eabeb (patch)
treec797bdeb335cd5c11a3b29843c1bfab5d83e3aac /src/H5Sprivate.h
parent8ba880027ff5ffd574ee2500b1aabd4d6bfb9fee (diff)
downloadhdf5-4956cd61f380951b70887281971e0f91687eabeb.zip
hdf5-4956cd61f380951b70887281971e0f91687eabeb.tar.gz
hdf5-4956cd61f380951b70887281971e0f91687eabeb.tar.bz2
[svn-r6608] Purpose:
New feature Description: Added new internal API function: H5S_create_simple() for creating simple dataspaces inside the library. Solution: Platforms tested: FreeBSD 4.8 (sleipnir) w/szip Linux 2.4 (sleipnir) w/szip Solaris 2.7 (arabica) w/FORTRAN IRIX64 6.5 (modi4) w/szip, FORTRAN & parallel Misc. update:
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index 31a0d9f..e6619a4 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -161,6 +161,8 @@ H5_DLL htri_t H5S_is_simple(const H5S_t *sdim);
H5_DLL herr_t H5S_extent_release(H5S_t *space);
H5_DLL int H5S_extend(H5S_t *space, const hsize_t *size);
H5_DLL int H5S_set_extent(H5S_t *space, const hsize_t *size);
+H5_DLL H5S_t *H5S_create_simple(int rank, const hsize_t dims[/*rank*/],
+ const hsize_t maxdims[/*rank*/]);
H5_DLL herr_t H5S_debug(H5F_t *f, hid_t dxpl_id, const void *_mesg, FILE *stream,
int indent, int fwidth);