summaryrefslogtreecommitdiffstats
path: root/src/H5Opublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Opublic.h')
-rw-r--r--src/H5Opublic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h
index c5ae3c1..2334bd5 100644
--- a/src/H5Opublic.h
+++ b/src/H5Opublic.h
@@ -172,6 +172,8 @@ H5_DLL herr_t H5Ovisit(hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order,
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);
+H5_DLL htri_t H5Ocompare(hid_t loc1_id, const char *name1, hid_t loc2_id,
+ const char *name2, hid_t ocmppl_id);
H5_DLL herr_t H5Oclose(hid_t object_id);
/* Symbols defined for compatibility with previous versions of the HDF5 API.