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/H5Oprivate.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/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index 568a6ee..e578377 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -464,6 +464,7 @@ H5_DLL herr_t H5O_fill_convert(void *_fill, H5T_t *type, hid_t dxpl_id); H5_DLL herr_t H5O_link_delete(H5F_t *f, hid_t dxpl_id, const void *_mesg, hbool_t adj_link); /* Attribute operations */ +H5_DLL herr_t H5O_attr_create(const H5O_loc_t *loc, hid_t dxpl_id, struct H5A_t *attr); H5_DLL herr_t H5O_attr_write(const H5O_loc_t *loc, hid_t dxpl_id, struct H5A_t *attr); H5_DLL herr_t H5O_attr_rename(const H5O_loc_t *loc, hid_t dxpl_id, |