diff options
Diffstat (limited to 'src/H5Lprivate.h')
-rw-r--r-- | src/H5Lprivate.h | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/H5Lprivate.h b/src/H5Lprivate.h index 1816e7d..d41a18a 100644 --- a/src/H5Lprivate.h +++ b/src/H5Lprivate.h @@ -13,7 +13,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * This file contains private information about the H5DL module + * This file contains private information about the H5L module * for dealing with links in an HDF5 file. */ #ifndef _H5Lprivate_H @@ -26,6 +26,10 @@ #include "H5Gprivate.h" #include "H5Oprivate.h" +/**************************/ +/* Library Private Macros */ +/**************************/ + /* Default number of soft links to traverse */ #define H5L_NUM_LINKS 16 @@ -36,6 +40,20 @@ #define H5L_ACS_NLINKS_NAME "max soft links" /* Number of soft links to traverse */ #define H5L_ACS_ELINK_PREFIX_NAME "external link prefix" /* External link prefix */ +/****************************/ +/* Library Private Typedefs */ +/****************************/ + + +/*****************************/ +/* Library Private Variables */ +/*****************************/ + + +/******************************/ +/* Library Private Prototypes */ +/******************************/ + /* General operations on links */ H5_DLL herr_t H5L_link(H5G_loc_t *new_loc, const char *new_name, H5G_loc_t *obj_loc, hid_t lcpl_id, hid_t lapl_id, hid_t dxpl_id); |