diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-06 17:47:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-06 17:47:02 (GMT) |
commit | 2b635fee4da5b3c9e0340f0630b4e9b61616409b (patch) | |
tree | 033892e086c248546133556fc45fce2b8d27356f /src/H5Fprivate.h | |
parent | 32cd8f3fcf6ef1804a2818c84ad3ed92b26c887e (diff) | |
download | hdf5-2b635fee4da5b3c9e0340f0630b4e9b61616409b.zip hdf5-2b635fee4da5b3c9e0340f0630b4e9b61616409b.tar.gz hdf5-2b635fee4da5b3c9e0340f0630b4e9b61616409b.tar.bz2 |
[svn-r12866] Description:
Clean up initialization of H5F & H5L APIs.
Tested on:
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index ce18ef5..23af32f 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -375,12 +375,8 @@ typedef struct H5F_t H5F_t; struct H5B_class_t; struct H5RC_t; -/* Private functions, not part of the publicly documented API */ -H5_DLL herr_t H5F_init(void); -#ifdef NOT_YET -H5_DLL herr_t H5F_flush_all(hbool_t invalidate); -#endif /* NOT_YET */ -H5_DLL H5F_t * H5F_open(const char *name, unsigned flags, hid_t fcpl_id, +/* Private functions */ +H5_DLL H5F_t *H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t dxpl_id); /* Functions than retrieve values from the file struct */ |