diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-10-02 20:17:00 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-10-02 20:17:00 (GMT) |
commit | b991b71176e27f3d4ad0c9ddedfaadd9e232d831 (patch) | |
tree | 52a66b6069924048165a069042e8fadc85d7b840 /src/H5Apkg.h | |
parent | f0adeb1cdd05562a5ced3be6f3f33b70266bc7ba (diff) | |
download | hdf5-b991b71176e27f3d4ad0c9ddedfaadd9e232d831.zip hdf5-b991b71176e27f3d4ad0c9ddedfaadd9e232d831.tar.gz hdf5-b991b71176e27f3d4ad0c9ddedfaadd9e232d831.tar.bz2 |
[svn-r27938] 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 b815d11..b392497 100644 --- a/src/H5Apkg.h +++ b/src/H5Apkg.h @@ -193,8 +193,6 @@ H5_DLL H5A_t *H5A_open_by_idx(const H5G_loc_t *loc, const char *obj_name, H5_DLL herr_t H5A__open_common(const H5G_loc_t *loc, H5A_t *attr); 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); |