summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-11-14 21:40:30 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-11-14 21:40:30 (GMT)
commitfcfc5f116d08642de962919ac26092c74b924644 (patch)
tree075047147d8057e5d2fe293ca94ff581f0626f4e /src/H5Oprivate.h
parent45b561f2f25d2e96a3f569e278919f454b3abf71 (diff)
downloadhdf5-fcfc5f116d08642de962919ac26092c74b924644.zip
hdf5-fcfc5f116d08642de962919ac26092c74b924644.tar.gz
hdf5-fcfc5f116d08642de962919ac26092c74b924644.tar.bz2
Moved code from H5O.c to H5Oint.c
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index 314ee04..e87c148 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -883,6 +883,9 @@ H5_DLL void *H5O_obj_create(H5F_t *f, H5O_type_t obj_type, void *crt_info, H5G_l
H5_DLL haddr_t H5O_get_oh_addr(const H5O_t *oh);
H5_DLL herr_t H5O_get_rc_and_type(const H5O_loc_t *oloc, hid_t dxpl_id, unsigned *rc, H5O_type_t *otype);
H5_DLL H5AC_proxy_entry_t *H5O_get_proxy(const H5O_t *oh);
+H5_DLL herr_t H5O_visit(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,
+ hid_t dxpl_id);
/* Object header message routines */
H5_DLL herr_t H5O_msg_create(const H5O_loc_t *loc, unsigned type_id, unsigned mesg_flags,