Changed the return type of H5Pget_driver_info() from void * to

const void *. Fixes HDFFV-10017.
This commit is contained in:
Dana Robinson
2016-11-05 00:31:26 -04:00
parent 2b5efccc30
commit 8eaa0af305
4 changed files with 10 additions and 10 deletions

View File

@@ -6915,7 +6915,7 @@ public class H5 implements java.io.Serializable {
// File access property list (FAPL) routines //
// herr_t H5Pset_driver( hid_t plist_id, hid_t new_driver_id, const void *new_driver_info )
// void *H5Pget_driver_info( hid_t plist_id )
// const void *H5Pget_driver_info( hid_t plist_id )
// herr_t H5Pget_multi_type ( hid_t fapl_id, H5FD_mem_t *type )
// herr_t H5Pset_multi_type ( hid_t fapl_id, H5FD_mem_t type )
// herr_t H5Pget_file_image(hid_t fapl_id, void **buf_ptr_ptr, size_t *buf_len_ptr);