diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-12-08 22:05:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-12-08 22:05:52 (GMT) |
commit | 14e9b46ca21d49e2c3f3b670d4fbf72d7ce14d90 (patch) | |
tree | ece16ac4f507e4334fd1296b3faaf53d2e8a3b97 /src/H5Opkg.h | |
parent | a4c1120bd1cc281d7694a2d6a39ddabb94e12b09 (diff) | |
download | hdf5-14e9b46ca21d49e2c3f3b670d4fbf72d7ce14d90.zip hdf5-14e9b46ca21d49e2c3f3b670d4fbf72d7ce14d90.tar.gz hdf5-14e9b46ca21d49e2c3f3b670d4fbf72d7ce14d90.tar.bz2 |
[svn-r13037] Description:
Move attribute creation code out of H5Omessage.c and into H5Oattr.c
Tested on:
FreeBSD/32 4.11 (sleipnir)
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r-- | src/H5Opkg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h index f3a2df0..eea0102 100644 --- a/src/H5Opkg.h +++ b/src/H5Opkg.h @@ -392,6 +392,9 @@ H5_DLL herr_t H5O_delete_mesg(H5F_t *f, hid_t dxpl_id, H5O_mesg_t *mesg, H5_DLL const H5O_obj_class_t *H5O_obj_class_real(H5O_t *oh); /* Object header message routines */ +H5_DLL herr_t H5O_msg_append_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, unsigned *oh_flags_ptr); H5_DLL void *H5O_msg_read_real(H5F_t *f, H5O_t *oh, unsigned type_id, int sequence, void *mesg, hid_t dxpl_id); H5_DLL void *H5O_msg_free_real(const H5O_msg_class_t *type, void *mesg); |