summaryrefslogtreecommitdiffstats
path: root/src/H5Aprivate.h
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-12-12 22:09:19 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-12-12 22:09:19 (GMT)
commit4f37d8e538a95a1081649b3d257b185455bad8c0 (patch)
treea26540776f275ed19559ce7859e210f41e5ee0c2 /src/H5Aprivate.h
parent27c8aafd4f036f0d7e72066a90837451c0a1b78d (diff)
parent758b9667b3e07a7562107f19f7dabee027e5bd53 (diff)
downloadhdf5-4f37d8e538a95a1081649b3d257b185455bad8c0.zip
hdf5-4f37d8e538a95a1081649b3d257b185455bad8c0.tar.gz
hdf5-4f37d8e538a95a1081649b3d257b185455bad8c0.tar.bz2
Merge branch 'develop' into hdf5_1_10
Diffstat (limited to 'src/H5Aprivate.h')
-rw-r--r--src/H5Aprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Aprivate.h b/src/H5Aprivate.h
index b285920..9826859 100644
--- a/src/H5Aprivate.h
+++ b/src/H5Aprivate.h
@@ -76,8 +76,8 @@ typedef struct H5A_attr_iter_op_t {
H5_DLL struct H5O_loc_t *H5A_oloc(H5A_t *attr);
H5_DLL H5G_name_t *H5A_nameof(H5A_t *attr);
H5_DLL H5T_t *H5A_type(const H5A_t *attr);
-H5_DLL H5T_t *H5A_get_type(H5A_t *attr);
-H5_DLL H5S_t *H5A_get_space(H5A_t *attr);
+H5_DLL hid_t H5A_get_type(H5A_t *attr);
+H5_DLL hid_t H5A_get_space(H5A_t *attr);
H5_DLL herr_t H5O_attr_iterate_real(hid_t loc_id, const H5O_loc_t *loc,
hid_t dxpl_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t skip,
hsize_t *last_attr, const H5A_attr_iter_op_t *attr_op, void *op_data);