diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-10-08 20:38:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-10-08 20:38:12 (GMT) |
commit | 8b66e90352aab1c3e7e2013a76c443be296367d8 (patch) | |
tree | 0cf251ddd03130bde57041d7b0115d0d5dbc430e /src/H5Ppublic.h | |
parent | 25b702e2bed191bcba75dd715863e94f926e70ea (diff) | |
download | hdf5-8b66e90352aab1c3e7e2013a76c443be296367d8.zip hdf5-8b66e90352aab1c3e7e2013a76c443be296367d8.tar.gz hdf5-8b66e90352aab1c3e7e2013a76c443be296367d8.tar.bz2 |
[svn-r114] Mostly changes to add new parameter to the H5Ainit_group call. The H5D, H5P
& H5T interfaces now share datatypes & dataspaces properly also.
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 0fd9c9a..4dac9df 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -43,8 +43,12 @@ extern "C" { /* Functions in H5P.c */ uintn H5Pnelem(hid_t dim_id); +hbool_t H5Pis_simple(hid_t dim_id); herr_t H5Pset_space(hid_t sid, uint32 rank, uint32 *dims); + +/* Private functions which need to be globally visible */ void H5P_term_interface (void); +void H5P_destroy(void *dataspace); #ifdef __cplusplus } |