diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-19 14:47:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-19 14:47:13 (GMT) |
commit | 0bbdb70ed7ef9173cce7492bc0c7679367e71d44 (patch) | |
tree | 911a6df6808abb87b4ed2c92b5f45714dd8c936e /src/H5Apkg.h | |
parent | c55d0f4e1e09e813fec5fcaa0541150c1ee2a36f (diff) | |
download | hdf5-0bbdb70ed7ef9173cce7492bc0c7679367e71d44.zip hdf5-0bbdb70ed7ef9173cce7492bc0c7679367e71d44.tar.gz hdf5-0bbdb70ed7ef9173cce7492bc0c7679367e71d44.tar.bz2 |
[svn-r13989] Description:
Rename H5A_get_version() to H5A_set_version() and actually set the
attributes version in the routine.
Tested on:
Mac OS X/32 10.4.10 (amazon)
FreeBSD/32 6.2 (duty)
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Apkg.h')
-rw-r--r-- | src/H5Apkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Apkg.h b/src/H5Apkg.h index d1cc34c..99cfe5d 100644 --- a/src/H5Apkg.h +++ b/src/H5Apkg.h @@ -208,7 +208,7 @@ H5_DLL herr_t H5A_free(H5A_t *attr); H5_DLL herr_t H5A_close(H5A_t *attr); H5_DLL H5O_ainfo_t *H5A_get_ainfo(H5F_t *f, hid_t dxpl_id, H5O_t *oh, H5O_ainfo_t *ainfo); -H5_DLL unsigned H5A_get_version(const H5F_t *f, const H5A_t *attr); +H5_DLL herr_t H5A_set_version(const H5F_t *f, H5A_t *attr); /* Attribute "dense" storage routines */ H5_DLL herr_t H5A_dense_create(H5F_t *f, hid_t dxpl_id, H5O_ainfo_t *ainfo); |