diff options
Diffstat (limited to 'src/H5Lpublic.h')
-rw-r--r-- | src/H5Lpublic.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/H5Lpublic.h b/src/H5Lpublic.h index 12162bf..64955ca 100644 --- a/src/H5Lpublic.h +++ b/src/H5Lpublic.h @@ -26,9 +26,10 @@ #define _H5Lpublic_H /* Public headers needed by this file */ -#include "H5public.h" -#include "H5Ipublic.h" -#include "H5Tpublic.h" +#include "H5public.h" /* Generic Functions */ +#include "H5Ipublic.h" /* IDs */ +#include "H5Ppublic.h" /* Property lists */ +#include "H5Tpublic.h" /* Datatypes */ /*****************/ /* Public Macros */ @@ -139,7 +140,7 @@ H5_DLL herr_t H5Lcreate_hard(hid_t cur_loc, const char *cur_name, 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 H5Lget_linkval(hid_t loc_id, const char *name, size_t size, +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, H5L_info_t *linkbuf /*out*/, hid_t lapl_id); |