summaryrefslogtreecommitdiffstats
path: root/src/H5Opkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-12-08 22:05:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-12-08 22:05:52 (GMT)
commit14e9b46ca21d49e2c3f3b670d4fbf72d7ce14d90 (patch)
treeece16ac4f507e4334fd1296b3faaf53d2e8a3b97 /src/H5Opkg.h
parenta4c1120bd1cc281d7694a2d6a39ddabb94e12b09 (diff)
downloadhdf5-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.h3
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);