summaryrefslogtreecommitdiffstats
path: root/src/H5Rpublic.h
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2019-12-06 21:50:47 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2019-12-06 21:50:47 (GMT)
commit9f9336a5bd541752f472bab4c93da8de89f862cd (patch)
treea53fa6a59d5812dd36f271f7c776a1c846346f32 /src/H5Rpublic.h
parent0c06cfc6ef9d851908f1017881598628ddf70b2a (diff)
parent437a1919e7ba60fe75a33a466d264183a0255319 (diff)
downloadhdf5-9f9336a5bd541752f472bab4c93da8de89f862cd.zip
hdf5-9f9336a5bd541752f472bab4c93da8de89f862cd.tar.gz
hdf5-9f9336a5bd541752f472bab4c93da8de89f862cd.tar.bz2
Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12
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 1f0887a..3577ef9 100644
--- a/src/H5Rpublic.h
+++ b/src/H5Rpublic.h
@@ -104,9 +104,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 */