mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
Moved code from H5O.c to H5Oint.c
This commit is contained in:
parent
45b561f2f2
commit
fcfc5f116d
2641
src/H5Oint.c
2641
src/H5Oint.c
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user