diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-02-19 19:36:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-02-19 19:36:52 (GMT) |
commit | 0a9ad6a46eadfb6c270bfdba114374c6cb95b063 (patch) | |
tree | 803b0ea0e4af156b20b0533d841b5d09d0c901de /src/H5Opkg.h | |
parent | 0e515209b26676bcc93e1ca412ecc026ad8d6312 (diff) | |
download | hdf5-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/H5Opkg.h')
-rw-r--r-- | src/H5Opkg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h index 4bc6d26..9981461 100644 --- a/src/H5Opkg.h +++ b/src/H5Opkg.h @@ -534,6 +534,9 @@ H5_DLL herr_t H5O_shared_debug(const H5O_shared_t *mesg, FILE *stream, H5_DLL herr_t H5O_attr_reset(void *_mesg); H5_DLL herr_t H5O_attr_delete(H5F_t *f, hid_t dxpl_id, H5O_t *open_oh, void *_mesg); H5_DLL herr_t H5O_attr_link(H5F_t *f, hid_t dxpl_id, H5O_t *open_oh, void *_mesg); +H5_DLL herr_t H5O_attr_count_real(H5F_t *f, hid_t dxpl_id, H5O_t *oh, + hsize_t *nattrs); + /* These functions operate on object locations */ H5_DLL H5O_loc_t *H5O_get_loc(hid_t id); |