diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-02-01 02:35:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-02-01 02:35:37 (GMT) |
commit | a75ff7d2e5dde334fcbe10e3a6f986b4db954ab2 (patch) | |
tree | d5bef9738bd97943846c3f24a0c44d195a09b9cd /src/H5Opkg.h | |
parent | a1ffba8cdb5452687ca02b0f1ac69276ad9a1d5f (diff) | |
download | hdf5-a75ff7d2e5dde334fcbe10e3a6f986b4db954ab2.zip hdf5-a75ff7d2e5dde334fcbe10e3a6f986b4db954ab2.tar.gz hdf5-a75ff7d2e5dde334fcbe10e3a6f986b4db954ab2.tar.bz2 |
[svn-r16395] Description:
Bring r16394 back from trunk:
Rename H5O_msg_read_real -> H5O_msg_read_oh, to be more consistent with
other routines in library.
Move H5O_msg_read_oh and H5O_msg_exists_oh from package to private
header file, so other routines in library can use them.
Tested on:
FreeBSD/32 6.3 (duty)
Too minor to require h5committest
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r-- | src/H5Opkg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h index b7d4202..fa69b93 100644 --- a/src/H5Opkg.h +++ b/src/H5Opkg.h @@ -487,12 +487,9 @@ H5_DLL herr_t H5O_msg_append_real(H5F_t *f, hid_t dxpl_id, H5O_t *oh, H5_DLL herr_t H5O_msg_write_real(H5F_t *f, hid_t dxpl_id, H5O_t *oh, const H5O_msg_class_t *type, unsigned mesg_flags, unsigned update_flags, void *mesg); -H5_DLL void *H5O_msg_read_real(H5F_t *f, hid_t dxpl_id, H5O_t *oh, - unsigned type_id, void *mesg); H5_DLL void *H5O_msg_free_real(const H5O_msg_class_t *type, void *mesg); H5_DLL herr_t H5O_msg_free_mesg(H5O_mesg_t *mesg); H5_DLL unsigned H5O_msg_count_real(const H5O_t *oh, const H5O_msg_class_t *type); -H5_DLL htri_t H5O_msg_exists_oh(const H5O_t *oh, unsigned type_id); H5_DLL herr_t H5O_msg_remove_real(H5F_t *f, H5O_t *oh, const H5O_msg_class_t *type, int sequence, H5O_operator_t op, void *op_data, hbool_t adj_link, hid_t dxpl_id); H5_DLL void *H5O_msg_copy_file(const H5O_msg_class_t *type, H5F_t *file_src, |