diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-08 16:07:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-08 16:07:56 (GMT) |
commit | 1e5e6baad117093c66c922f157dade58b2716f89 (patch) | |
tree | 6f21a46f024b30bbe06387cce21941c1fe272cb3 /src/H5FDprivate.h | |
parent | 338e7920fb5d9c9ae2bf9fa01e3e586d0017f9fb (diff) | |
download | hdf5-1e5e6baad117093c66c922f157dade58b2716f89.zip hdf5-1e5e6baad117093c66c922f157dade58b2716f89.tar.gz hdf5-1e5e6baad117093c66c922f157dade58b2716f89.tar.bz2 |
[svn-r13270] Description:
Clean up some of the file space allocation formatting.
Beef up the attribute creation order tests to make certain they are
handling shared atributes correctly (which they apparently are :-)
Tested on:
FreeBSD/32 6.2 (duty)
Mac OS X/32 10.4.8 (amazon)
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r-- | src/H5FDprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h index 7bbabb9..202b7d1 100644 --- a/src/H5FDprivate.h +++ b/src/H5FDprivate.h @@ -53,7 +53,6 @@ H5_DLL hid_t H5FD_register(const void *cls, size_t size); H5_DLL H5FD_t *H5FD_open(const char *name, unsigned flags, hid_t fapl_id, haddr_t maxaddr); H5_DLL herr_t H5FD_close(H5FD_t *file); -H5_DLL herr_t H5FD_free_freelist(H5FD_t *file); H5_DLL int H5FD_cmp(const H5FD_t *f1, const H5FD_t *f2); H5_DLL int H5FD_query(const H5FD_t *f, unsigned long *flags/*out*/); H5_DLL haddr_t H5FD_alloc(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, hsize_t size); |