diff options
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 15c1ec9..7aab749 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -436,9 +436,9 @@ __DLL__ herr_t H5F_addr_pack(H5F_t *f, haddr_t *addr_p /*out*/, const unsigned long objno[2]); /* callback Functions for file access class */ -__DLL__ herr_t H5F_acs_create(hid_t fapl_id, void UNUSED *close_data); -__DLL__ herr_t H5F_acs_close(hid_t fapl_id, void UNUSED *close_data); +__DLL__ herr_t H5F_acs_create(hid_t fapl_id, void *close_data); +__DLL__ herr_t H5F_acs_close(hid_t fapl_id, void *close_data); __DLL__ herr_t H5F_acs_copy(hid_t new_fapl_id, hid_t old_fapl_id, - void UNUSED *close_data); + void *close_data); #endif |