summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-01-05 15:57:48 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-01-05 15:57:48 (GMT)
commit8712f3e231a93b6b68822be8ffb2e4fdbf12565f (patch)
treead87ef377e55d4136ffc1610059313974cb14af9 /src/H5Ppublic.h
parent3b02f2d03f5c349e341a776af488dfa033902f0a (diff)
parent994611a2d4320358dc5a1c0c721633670ad4833c (diff)
downloadhdf5-8712f3e231a93b6b68822be8ffb2e4fdbf12565f.zip
hdf5-8712f3e231a93b6b68822be8ffb2e4fdbf12565f.tar.gz
hdf5-8712f3e231a93b6b68822be8ffb2e4fdbf12565f.tar.bz2
synced with develop
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 3de4343..77aa816 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -418,6 +418,8 @@ H5_DLL herr_t H5Pset_virtual_view(hid_t plist_id, H5D_vds_view_t view);
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);
+H5_DLL herr_t H5Pset_virtual_prefix(hid_t dapl_id, const char* prefix);
+H5_DLL ssize_t H5Pget_virtual_prefix(hid_t dapl_id, char* prefix /*out*/, size_t size);
H5_DLL herr_t H5Pset_append_flush(hid_t plist_id, unsigned ndims,
const hsize_t boundary[], H5D_append_cb_t func, void *udata);
H5_DLL herr_t H5Pget_append_flush(hid_t plist_id, unsigned dims,