diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-01-03 23:05:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-01-03 23:05:04 (GMT) |
commit | 1831bc1d133e5c37bc5823df49f9fad7ac628f6b (patch) | |
tree | 89f33cdf6bee5e8b3b374eb87b6753852513edc7 /src/H5FDprivate.h | |
parent | 6237d44a08a2414f021ee93c1a2b529125618fb4 (diff) | |
download | hdf5-1831bc1d133e5c37bc5823df49f9fad7ac628f6b.zip hdf5-1831bc1d133e5c37bc5823df49f9fad7ac628f6b.tar.gz hdf5-1831bc1d133e5c37bc5823df49f9fad7ac628f6b.tar.bz2 |
[svn-r14372] Description:
Further cleanups & simplifications to prepare for next phase of work.
Tested on:
FreeBSD/32 6.2 (duty)
Mac OS X/32 10.5.1 (amazon)
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r-- | src/H5FDprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h index 6f3a8de..4c8c28e 100644 --- a/src/H5FDprivate.h +++ b/src/H5FDprivate.h @@ -62,6 +62,7 @@ H5_DLL haddr_t H5FD_realloc(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, haddr_ H5_DLL haddr_t H5FD_get_eoa(const H5FD_t *file, H5FD_mem_t type); H5_DLL herr_t H5FD_set_eoa(H5FD_t *file, H5FD_mem_t type, haddr_t addr); H5_DLL haddr_t H5FD_get_eof(const H5FD_t *file); +H5_DLL haddr_t H5FD_get_maxaddr(const H5FD_t *file); H5_DLL herr_t H5FD_read(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, size_t size, void *buf/*out*/); H5_DLL herr_t H5FD_write(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, size_t size, |