diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-06 17:44:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-06 17:44:40 (GMT) |
commit | 32cd8f3fcf6ef1804a2818c84ad3ed92b26c887e (patch) | |
tree | 8f81cb8e5466a2a118f2afb3c5be7252c7eb3739 /src/H5Lpublic.h | |
parent | 5adf1ee1bab95cce501257e538b638a75c9e72fa (diff) | |
download | hdf5-32cd8f3fcf6ef1804a2818c84ad3ed92b26c887e.zip hdf5-32cd8f3fcf6ef1804a2818c84ad3ed92b26c887e.tar.gz hdf5-32cd8f3fcf6ef1804a2818c84ad3ed92b26c887e.tar.bz2 |
[svn-r12865] Description:
Change name of H5Lunlink to H5Ldelete, per our design meeting last Friday.
Tested on:
Linux/32 2.6 (chicago)
Diffstat (limited to 'src/H5Lpublic.h')
-rw-r--r-- | src/H5Lpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Lpublic.h b/src/H5Lpublic.h index 64955ca..e944965 100644 --- a/src/H5Lpublic.h +++ b/src/H5Lpublic.h @@ -139,7 +139,7 @@ H5_DLL herr_t H5Lcreate_hard(hid_t cur_loc, const char *cur_name, hid_t lapl_id); H5_DLL herr_t H5Lcreate_soft(const char *target_path, hid_t cur_loc, const char *cur_name, hid_t lcpl_id, hid_t lapl_id); -H5_DLL herr_t H5Lunlink(hid_t loc_id, const char *name, hid_t lapl_id); +H5_DLL herr_t H5Ldelete(hid_t loc_id, const char *name, hid_t lapl_id); H5_DLL herr_t H5Lget_val(hid_t loc_id, const char *name, size_t size, void *buf/*out*/, hid_t lapl_id); H5_DLL herr_t H5Lget_info(hid_t loc_id, const char *name, |