summaryrefslogtreecommitdiffstats
path: root/src/H5PBprivate.h
diff options
context:
space:
mode:
authormainzer <mainzer#hdfgroup.org>2017-03-17 09:36:05 (GMT)
committermainzer <mainzer#hdfgroup.org>2017-03-17 09:36:05 (GMT)
commitb7c58f7dfca66d4caa26d7f8b318ad3514b8c46f (patch)
treec9b012bcb318457a687c2c1f3cbe5be6242215aa /src/H5PBprivate.h
parent9764970d2682352060d4a8febc42b3c06286c2b6 (diff)
downloadhdf5-b7c58f7dfca66d4caa26d7f8b318ad3514b8c46f.zip
hdf5-b7c58f7dfca66d4caa26d7f8b318ad3514b8c46f.tar.gz
hdf5-b7c58f7dfca66d4caa26d7f8b318ad3514b8c46f.tar.bz2
Minor code changes to address comments in pull request
Diffstat (limited to 'src/H5PBprivate.h')
-rw-r--r--src/H5PBprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PBprivate.h b/src/H5PBprivate.h
index 3933029..7dd4071 100644
--- a/src/H5PBprivate.h
+++ b/src/H5PBprivate.h
@@ -89,7 +89,7 @@ typedef struct H5PB_t {
/* General routines */
H5_DLL herr_t H5PB_create(H5F_t *file, size_t page_buffer_size, unsigned page_buf_min_meta_perc, unsigned page_buf_min_raw_perc);
H5_DLL herr_t H5PB_flush(const H5F_io_info2_t *fio_info);
-H5_DLL herr_t H5PB_dest(H5F_t *file, const H5F_io_info2_t *fio_info);
+H5_DLL herr_t H5PB_dest(const H5F_io_info2_t *fio_info);
H5_DLL herr_t H5PB_add_new_page(H5F_t *f, H5FD_mem_t type, haddr_t page_addr);
H5_DLL herr_t H5PB_update_entry(H5PB_t *page_buf, haddr_t addr, size_t size, const void *buf);
H5_DLL herr_t H5PB_remove_entry(const H5F_t *f, haddr_t addr);