diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-09-25 14:50:49 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-09-25 14:50:49 (GMT) |
commit | 12e30dc9b284cae8dd821ffec93c344b7fb0d96b (patch) | |
tree | ca1e34bd719276349c4f75a7c38d79d361ce2025 /src/H5Ipublic.h | |
parent | f9c3920d286b9d18156d1b7d85f14852345b5e74 (diff) | |
download | hdf5-12e30dc9b284cae8dd821ffec93c344b7fb0d96b.zip hdf5-12e30dc9b284cae8dd821ffec93c344b7fb0d96b.tar.gz hdf5-12e30dc9b284cae8dd821ffec93c344b7fb0d96b.tar.bz2 |
[svn-r5947] Purpose:
Code cleanup
Description:
Clean up ID->name code:
- Reformat to better match library coding standard
- Changed several algorithms to be more efficient
- Integrated into library more smoothly
Platforms tested:
eirene w/FORTRAN & C++
arabica w/FORTRAN
modi4 w/FORTRAN & parallel
sleipnir
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r-- | src/H5Ipublic.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index 9110004..07ccbaa 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -51,12 +51,9 @@ typedef int hid_t; extern "C" { #endif +/* Public API functions */ H5_DLL H5I_type_t H5Iget_type(hid_t id); H5_DLL ssize_t H5Iget_name(hid_t object_id, char *name/*out*/, size_t size); -H5_DLL herr_t H5Idebug_name(hid_t id); -H5_DLL herr_t H5Idebug_grp(H5I_type_t grp); - - #ifdef __cplusplus } |