diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-06-11 21:14:13 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-06-11 21:14:13 (GMT) |
commit | 0cf52525d5b45cc7cf6f89267da76b46ffa75f90 (patch) | |
tree | ecf3b5ab202b73ffdc4d638e572bbeecf3f4f52b /src/H5Apkg.h | |
parent | 3fd4f270fd109db57f426928486bedc78c8137ae (diff) | |
download | hdf5-0cf52525d5b45cc7cf6f89267da76b46ffa75f90.zip hdf5-0cf52525d5b45cc7cf6f89267da76b46ffa75f90.tar.gz hdf5-0cf52525d5b45cc7cf6f89267da76b46ffa75f90.tar.bz2 |
H5A__free() was renamed to H5A__shared_free() and now requires
attr->shared to not be NULL.
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 91061cd..f3870c0 100644 --- a/src/H5Apkg.h +++ b/src/H5Apkg.h @@ -196,7 +196,7 @@ H5_DLL H5A_t *H5A__copy(H5A_t *new_attr, const H5A_t *old_attr); H5_DLL hid_t H5A__get_type(H5A_t *attr); H5_DLL herr_t H5A__get_info(const H5A_t *attr, H5A_info_t *ainfo); H5_DLL hid_t H5A__get_create_plist(H5A_t* attr); -H5_DLL herr_t H5A__free(H5A_t *attr); +H5_DLL herr_t H5A__shared_free(H5A_t *attr); H5_DLL herr_t H5A__close(H5A_t *attr); H5_DLL herr_t H5A__close_cb(H5VL_object_t *attr_vol_obj); H5_DLL htri_t H5A__get_ainfo(H5F_t *f, H5O_t *oh, H5O_ainfo_t *ainfo); |