diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-10-02 20:30:14 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-10-02 20:30:14 (GMT) |
commit | 259ea41679d9c126248c2dda8230f17121f3952d (patch) | |
tree | 80d241c56719f0f182152d3de24724d855114c52 /src/H5Apkg.h | |
parent | 0e1fa6f0410b77751cfa2a8acce61c1637921a40 (diff) | |
download | hdf5-259ea41679d9c126248c2dda8230f17121f3952d.zip hdf5-259ea41679d9c126248c2dda8230f17121f3952d.tar.gz hdf5-259ea41679d9c126248c2dda8230f17121f3952d.tar.bz2 |
[svn-r27940] Merge r27938 from trunk
Fix private/public H5A_get_type and H5A_get_space
Diffstat (limited to 'src/H5Apkg.h')
-rw-r--r-- | src/H5Apkg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Apkg.h b/src/H5Apkg.h index f587f81..f5e588c 100644 --- a/src/H5Apkg.h +++ b/src/H5Apkg.h @@ -198,8 +198,6 @@ H5_DLL herr_t H5A_read(const H5A_t *attr, const H5T_t *mem_type, void *buf, hid_ H5_DLL ssize_t H5A_get_name(H5A_t *attr, size_t buf_size, char *buf); 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 hid_t H5A_get_type(H5A_t *attr); -H5_DLL hid_t H5A_get_space(H5A_t *attr); 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_close(H5A_t *attr); |