From cfcc59fdf70ba533602c5a5642750bb956ed51e8 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 1 Jul 2002 16:58:42 -0500 Subject: [svn-r5743] Purpose: Update or correct H5FDread/write/flush parameters. Description: H5FDread: Added 'type' parameter. (Fixes an unreported bug.) H5FDread/write: Changed 'size' parameter type to 'size_t'. (Update) H5FDflush: Added 'closing' parameter. Minor copy-edit in footer. Platforms tested: IE 5 --- doc/html/TechNotes/VFLfunc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/html/TechNotes/VFLfunc.html b/doc/html/TechNotes/VFLfunc.html index 8c8de68..1e33593 100644 --- a/doc/html/TechNotes/VFLfunc.html +++ b/doc/html/TechNotes/VFLfunc.html @@ -47,16 +47,16 @@ herr_t H5FDset_eoa(H5FD_t *file, haddr_t eof); haddr_t H5FDget_eof(H5FD_t *file); -herr_t H5FDread(H5FD_t *file, hid_t dxpl_id, haddr_t addr, hsize_t size, - void *buf/*out*/); +herr_t H5FDread(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, + size_t size, void *buf/*out*/); herr_t H5FDwrite(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, - haddr_t addr, hsize_t size, const void *buf); + haddr_t addr, size_t size, const void *buf); -herr_t H5FDflush(H5FD_t *file); +herr_t H5FDflush(H5FD_t *file, unsigned closing); =========================================== -Last Modified: 30 October 2000 +Last modified: 25 June 2002 HDF Help Desk: hdfhelp@ncsa.uiuc.edu -- cgit v0.12