summaryrefslogtreecommitdiffstats
path: root/src/H5Opublic.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-22 18:46:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-22 18:46:43 (GMT)
commit62dce9ab87da6da7a6eb5abb6d5d4577cb1c3bd6 (patch)
treec9c741b8cdb74b4595810ca056a5e1e3092123a7 /src/H5Opublic.h
parent6f103565f945a9a6f5e5e5c1be554814c43392e1 (diff)
downloadhdf5-62dce9ab87da6da7a6eb5abb6d5d4577cb1c3bd6.zip
hdf5-62dce9ab87da6da7a6eb5abb6d5d4577cb1c3bd6.tar.gz
hdf5-62dce9ab87da6da7a6eb5abb6d5d4577cb1c3bd6.tar.bz2
HDFFV-10552 Revert H5O_*1 functions for compatibility
Diffstat (limited to 'src/H5Opublic.h')
-rw-r--r--src/H5Opublic.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h
index e779627..cbccc7a 100644
--- a/src/H5Opublic.h
+++ b/src/H5Opublic.h
@@ -211,6 +211,20 @@ H5_DLL herr_t H5Ovisit_by_name(hid_t loc_id, const char *obj_name,
H5_index_t idx_type, H5_iter_order_t order, H5O_iterate_t op,
void *op_data, hid_t lapl_id);
+/* Compatibility function prototypes to replace non-versioned function for use by macro in next version */
+H5_DLL herr_t H5Oget_info1(hid_t loc_id, H5O_info_t *oinfo);
+H5_DLL herr_t H5Oget_info_by_name1(hid_t loc_id, const char *name, H5O_info_t *oinfo,
+ hid_t lapl_id);
+H5_DLL herr_t H5Oget_info_by_idx1(hid_t loc_id, const char *group_name,
+ H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info_t *oinfo,
+ hid_t lapl_id);
+
+H5_DLL herr_t H5Ovisit1(hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order,
+ H5O_iterate_t op, void *op_data);
+H5_DLL herr_t H5Ovisit_by_name1(hid_t loc_id, const char *obj_name,
+ H5_index_t idx_type, H5_iter_order_t order, H5O_iterate_t op,
+ void *op_data, hid_t lapl_id);
+
/* Symbols defined for compatibility with previous versions of the HDF5 API.
*
* Use of these symbols is deprecated.