summaryrefslogtreecommitdiffstats
path: root/src/H5Apkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-19 19:36:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-19 19:36:52 (GMT)
commit0a9ad6a46eadfb6c270bfdba114374c6cb95b063 (patch)
tree803b0ea0e4af156b20b0533d841b5d09d0c901de /src/H5Apkg.h
parent0e515209b26676bcc93e1ca412ecc026ad8d6312 (diff)
downloadhdf5-0a9ad6a46eadfb6c270bfdba114374c6cb95b063.zip
hdf5-0a9ad6a46eadfb6c270bfdba114374c6cb95b063.tar.gz
hdf5-0a9ad6a46eadfb6c270bfdba114374c6cb95b063.tar.bz2
[svn-r16494] Description:
Bring r16483 back from trunk: Clean up (i.e. remove) more internal calls to H5E_clear_stack(), along with some other minor code cleanups. Tested on: Mac OS X/32 10.5.6 (amazon) (too minor to require h5committest)
Diffstat (limited to 'src/H5Apkg.h')
-rw-r--r--src/H5Apkg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Apkg.h b/src/H5Apkg.h
index afe82b8..b166b06 100644
--- a/src/H5Apkg.h
+++ b/src/H5Apkg.h
@@ -218,8 +218,7 @@ H5_DLL H5A_t *H5A_copy(H5A_t *new_attr, const H5A_t *old_attr);
H5_DLL herr_t H5A_get_info(const H5A_t *attr, H5A_info_t *ainfo);
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 htri_t H5A_get_ainfo(H5F_t *f, hid_t dxpl_id, H5O_t *oh, H5O_ainfo_t *ainfo);
H5_DLL herr_t H5A_set_version(const H5F_t *f, H5A_t *attr);
/* Attribute "dense" storage routines */