summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2015-06-05 22:38:13 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2015-06-05 22:38:13 (GMT)
commit5eae97bca64d144ae43d420dda106e6de99c32a5 (patch)
tree58b306df59b84355fbf3b449514a4095b8f4c2dc /src/H5Ppublic.h
parentc27904bc5fec9b7c65f6a943bcf9816622df4662 (diff)
downloadhdf5-5eae97bca64d144ae43d420dda106e6de99c32a5.zip
hdf5-5eae97bca64d144ae43d420dda106e6de99c32a5.tar.gz
hdf5-5eae97bca64d144ae43d420dda106e6de99c32a5.tar.bz2
[svn-r27155] Change H5Pget_virtual_view to return herr_t and take a pointer to the view as a
parameter. Also fix bug in H5Pget_virtual_printf_gap. Tested: jam
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 f1db483..4929621 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -394,7 +394,7 @@ H5_DLL herr_t H5Pget_chunk_cache(hid_t dapl_id,
size_t *rdcc_nbytes/*out*/,
double *rdcc_w0/*out*/);
H5_DLL herr_t H5Pset_virtual_view(hid_t plist_id, H5D_vds_view_t view);
-H5_DLL H5D_vds_view_t H5Pget_virtual_view(hid_t plist_id);
+H5_DLL herr_t H5Pget_virtual_view(hid_t plist_id, H5D_vds_view_t *view);
H5_DLL herr_t H5Pset_virtual_printf_gap(hid_t plist_id, hsize_t gap_size);
H5_DLL herr_t H5Pget_virtual_printf_gap(hid_t plist_id, hsize_t *gap_size);