diff options
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r-- | src/H5Tpublic.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h index 1a1275d..fbdcba8 100644 --- a/src/H5Tpublic.h +++ b/src/H5Tpublic.h @@ -598,7 +598,23 @@ H5_DLL herr_t H5Tconvert(hid_t src_id, hid_t dst_id, size_t nelmts, * Use of these functions and variables is deprecated. */ H5_DLL hid_t H5Topen(hid_t loc_id, const char *name); -H5_DLL herr_t H5Tcommit(hid_t loc_id, const char *name, hid_t type_id); + +/* Symbols defined for compatibility with previous versions of the HDF5 API. + * + * Use of these symbols is deprecated. + */ +#ifndef H5_NO_DEPRECATED_SYMBOLS + +/* Macros */ + + +/* Typedefs */ + + +/* Function prototypes */ +H5_DLL herr_t H5Tcommit1(hid_t loc_id, const char *name, hid_t type_id); + +#endif /* H5_NO_DEPRECATED_SYMBOLS */ #ifdef __cplusplus } |