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/H5Fpkg.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/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index a0e96d7..fa0cf64 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -172,11 +172,8 @@ H5FL_EXTERN(H5F_file_t); /******************************/ -#ifdef NOT_YET -H5_DLL void H5F_encode_length_unusual(const H5F_t *f, uint8_t **p, uint8_t *l); -#endif /* NOT_YET */ - /* General routines */ +H5_DLL herr_t H5F_init(void); H5_DLL herr_t H5F_try_close(H5F_t *f); H5_DLL haddr_t H5F_locate_signature(H5FD_t *file, hid_t dxpl_id); @@ -195,5 +192,5 @@ H5_DLL herr_t H5F_sfile_add(H5F_file_t *shared); H5_DLL H5F_file_t * H5F_sfile_search(H5FD_t *lf); H5_DLL herr_t H5F_sfile_remove(H5F_file_t *shared); -#endif +#endif /* _H5Fpkg_H */ |