diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-02 18:10:31 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-02 18:10:31 (GMT) |
commit | d90d6ffdce1f1e3426c6b7f5dc83809e09749079 (patch) | |
tree | afb116691267c7650502bbabcb6a2e38049762f9 /src/H5Dprivate.h | |
parent | 05c0302e35cab573368cb889686d765baa5722ef (diff) | |
download | hdf5-d90d6ffdce1f1e3426c6b7f5dc83809e09749079.zip hdf5-d90d6ffdce1f1e3426c6b7f5dc83809e09749079.tar.gz hdf5-d90d6ffdce1f1e3426c6b7f5dc83809e09749079.tar.bz2 |
[svn-r12845] Description:
Finish refactoring job on the library's property list class initialization
code, so that the library determines the parent class dependencies at run-time,
eliminating the need for developers to initialize the classes in a particular
order. Also eliminates some more redundant code...
Tested on:
FreeBSD/32 4.11 (sleipnir) w/threadsafe & debugging turned on
Linux/32 2.4 (heping) w/FORTRAN & C++
Linux/64 2.4 (mir) w/build-all & 1.6 compat enabled
AIX/32 5.x (copper) w/FORTRAN & parallel
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r-- | src/H5Dprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h index 15fced5..4de95b0 100644 --- a/src/H5Dprivate.h +++ b/src/H5Dprivate.h @@ -156,6 +156,7 @@ typedef struct H5D_dcpl_cache_t { /******************************/ /* Library Private Prototypes */ /******************************/ + H5_DLL herr_t H5D_init(void); H5_DLL H5D_t *H5D_open(const H5G_loc_t *loc, hid_t dxpl_id); H5_DLL herr_t H5D_close(H5D_t *dataset); |