summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-11-05 04:31:26 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-11-05 04:31:26 (GMT)
commit8eaa0af30585adbbab29686541cd33e058abd6e8 (patch)
tree3d018ce01937e899e08fd1845c9d7cb6a4cbdc4d /src/H5Ppublic.h
parent2b5efccc302ee577daa59639109921456f787813 (diff)
downloadhdf5-8eaa0af30585adbbab29686541cd33e058abd6e8.zip
hdf5-8eaa0af30585adbbab29686541cd33e058abd6e8.tar.gz
hdf5-8eaa0af30585adbbab29686541cd33e058abd6e8.tar.bz2
Changed the return type of H5Pget_driver_info() from void * to
const void *. Fixes HDFFV-10017.
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index fc902a8..1f0d734 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -311,7 +311,7 @@ H5_DLL herr_t H5Pget_alignment(hid_t fapl_id, hsize_t *threshold/*out*/,
H5_DLL herr_t H5Pset_driver(hid_t plist_id, hid_t driver_id,
const void *driver_info);
H5_DLL hid_t H5Pget_driver(hid_t plist_id);
-H5_DLL void *H5Pget_driver_info(hid_t plist_id);
+H5_DLL const void *H5Pget_driver_info(hid_t plist_id);
H5_DLL herr_t H5Pset_family_offset(hid_t fapl_id, hsize_t offset);
H5_DLL herr_t H5Pget_family_offset(hid_t fapl_id, hsize_t *offset);
H5_DLL herr_t H5Pset_multi_type(hid_t fapl_id, H5FD_mem_t type);