summaryrefslogtreecommitdiffstats
path: root/test/cache_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_common.h')
-rw-r--r--test/cache_common.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/cache_common.h b/test/cache_common.h
index 00aa1e3..6fe8ae4 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -718,16 +718,16 @@ herr_t variable_serialize(const H5F_t *f, hid_t dxpl_id, haddr_t addr,
haddr_t * new_addr_ptr, size_t * new_len_ptr,
void ** new_image_ptr_ptr);
-herr_t pico_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t nano_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t micro_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t tiny_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t small_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t medium_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t large_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t huge_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t monster_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t variable_free_icr(haddr_t addr, size_t len, void * thing);
+herr_t pico_free_icr(void * thing);
+herr_t nano_free_icr(void * thing);
+herr_t micro_free_icr(void * thing);
+herr_t tiny_free_icr(void * thing);
+herr_t small_free_icr(void * thing);
+herr_t medium_free_icr(void * thing);
+herr_t large_free_icr(void * thing);
+herr_t huge_free_icr(void * thing);
+herr_t monster_free_icr(void * thing);
+herr_t variable_free_icr(void * thing);
/* callback table extern */