diff options
Diffstat (limited to 'src/H5FDpkg.h')
-rw-r--r-- | src/H5FDpkg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5FDpkg.h b/src/H5FDpkg.h index 9401b52..7c0988e 100644 --- a/src/H5FDpkg.h +++ b/src/H5FDpkg.h @@ -53,6 +53,10 @@ /* Package Private Prototypes */ /******************************/ H5_DLL herr_t H5FD_init(void); +H5_DLL haddr_t H5FD_alloc_real(H5FD_t *file, hid_t dxpl_id, H5FD_mem_t type, + hsize_t size, haddr_t *align_addr, hsize_t *align_size); +H5_DLL herr_t H5FD_free_real(H5FD_t *file, hid_t dxpl_id, H5FD_mem_t type, + haddr_t addr, hsize_t size); /* Testing routines */ |