diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-10-29 17:04:58 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-10-29 17:04:58 (GMT) |
commit | d1f7c81a466c0bf041c380abee0f0c21ca30c86f (patch) | |
tree | 960def503380ca7737e93ae841bc2d4148b9d271 /src/H5Ipublic.h | |
parent | 219f713c6fdea98da7c1fdbb0eafa60a5f0bbe99 (diff) | |
download | hdf5-d1f7c81a466c0bf041c380abee0f0c21ca30c86f.zip hdf5-d1f7c81a466c0bf041c380abee0f0c21ca30c86f.tar.gz hdf5-d1f7c81a466c0bf041c380abee0f0c21ca30c86f.tar.bz2 |
[svn-r7784] *** empty log message ***
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r-- | src/H5Ipublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index 1f4b845..eb97994 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -59,6 +59,7 @@ extern "C" { /* Public API functions */ H5_DLL H5I_type_t H5Iget_type(hid_t id); +H5_DLL hid_t H5Iget_file_id(hid_t obj_id); H5_DLL ssize_t H5Iget_name(hid_t object_id, char *name/*out*/, size_t size); #ifdef __cplusplus |