diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-02 18:38:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-02 18:38:22 (GMT) |
commit | 55b31c57b5fab7a8952041149774e60136391b57 (patch) | |
tree | 1b1bbc4c37f6f2de57ee881abf52a82227ca14a9 /src/H5Lpkg.h | |
parent | d90d6ffdce1f1e3426c6b7f5dc83809e09749079 (diff) | |
download | hdf5-55b31c57b5fab7a8952041149774e60136391b57.zip hdf5-55b31c57b5fab7a8952041149774e60136391b57.tar.gz hdf5-55b31c57b5fab7a8952041149774e60136391b57.tar.bz2 |
[svn-r12846] Description:
Further minor tweaking of property list class initialization macros, etc.
Tested on:
FreeBSD/32 4.11 (sleipnir) w/threadsafe & debugging turned on
Linux/32 2.4 (heping) w/FORTRAN & C++
Linux/64 2.4 (mir) w/build-all & 1.6 compat enabled
AIX/32 5.x (copper) w/FORTRAN & parallel
Diffstat (limited to 'src/H5Lpkg.h')
-rw-r--r-- | src/H5Lpkg.h | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/src/H5Lpkg.h b/src/H5Lpkg.h index 6811049..cd8da09 100644 --- a/src/H5Lpkg.h +++ b/src/H5Lpkg.h @@ -30,6 +30,24 @@ /* Get package's private header */ #include "H5Lprivate.h" +/* Other private headers needed by this file */ + + +/**************************/ +/* Package Private Macros */ +/**************************/ + + +/****************************/ +/* Package Private Typedefs */ +/****************************/ + + +/*****************************/ +/* Package Private Variables */ +/*****************************/ + + /******************************/ /* Package Private Prototypes */ /******************************/ @@ -38,6 +56,5 @@ H5_DLL herr_t H5L_create_ud(H5G_loc_t *link_loc, const char *link_name, const void * ud_data, size_t ud_data_size, H5L_type_t type, hid_t lcpl_id, hid_t lapl_id, hid_t dxpl_id); - #endif /* _H5Lpkg_H */ |