summaryrefslogtreecommitdiffstats
path: root/src/H5Rpublic.h
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2019-12-02 18:43:49 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2019-12-06 17:12:42 (GMT)
commita7a70824e43e7ff722bbbd39866ac3eff9faa961 (patch)
tree9121147cbf5bd43fa6d115025a5bd62ce288552a /src/H5Rpublic.h
parent9d24eefaf71bae79ab3e483a608ddb8deff17b39 (diff)
downloadhdf5-a7a70824e43e7ff722bbbd39866ac3eff9faa961.zip
hdf5-a7a70824e43e7ff722bbbd39866ac3eff9faa961.tar.gz
hdf5-a7a70824e43e7ff722bbbd39866ac3eff9faa961.tar.bz2
Add OAPL parameter to H5Rcreate_ APIs
Diffstat (limited to 'src/H5Rpublic.h')
-rw-r--r--src/H5Rpublic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Rpublic.h b/src/H5Rpublic.h
index ce54ac4..585cb85 100644
--- a/src/H5Rpublic.h
+++ b/src/H5Rpublic.h
@@ -93,9 +93,9 @@ extern "C" {
#endif
/* Constructors */
-H5_DLL herr_t H5Rcreate_object(hid_t loc_id, const char *name, H5R_ref_t *ref_ptr);
-H5_DLL herr_t H5Rcreate_region(hid_t loc_id, const char *name, hid_t space_id, H5R_ref_t *ref_ptr);
-H5_DLL herr_t H5Rcreate_attr(hid_t loc_id, const char *name, const char *attr_name, H5R_ref_t *ref_ptr);
+H5_DLL herr_t H5Rcreate_object(hid_t loc_id, const char *name, hid_t oapl_id, H5R_ref_t *ref_ptr);
+H5_DLL herr_t H5Rcreate_region(hid_t loc_id, const char *name, hid_t space_id, hid_t oapl_id, H5R_ref_t *ref_ptr);
+H5_DLL herr_t H5Rcreate_attr(hid_t loc_id, const char *name, const char *attr_name, hid_t oapl_id, H5R_ref_t *ref_ptr);
H5_DLL herr_t H5Rdestroy(H5R_ref_t *ref_ptr);
/* Info */