diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-15 15:49:25 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-15 15:49:25 (GMT) |
commit | eb1eafd79873d640683357eadd04e65f4a212511 (patch) | |
tree | 04b3096402c90a5fdbc725f87662ceaa2d57e36e /src/H5Epublic.h | |
parent | 8a98abf66f4d672e6f0fbfa4719d0100b54ff2e0 (diff) | |
download | hdf5-eb1eafd79873d640683357eadd04e65f4a212511.zip hdf5-eb1eafd79873d640683357eadd04e65f4a212511.tar.gz hdf5-eb1eafd79873d640683357eadd04e65f4a212511.tar.bz2 |
[svn-r7226] Purpose: Bug fix for error API.
Description: gradual checkin
Platforms tested: platinum, baldric
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index 792c637..38597de 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -449,6 +449,8 @@ H5_DLL herr_t H5Eclose_msg(hid_t err_id); H5_DLL hid_t H5Ecreate_msg(hid_t cls, H5E_type_t msg_type, const char *msg); H5_DLL hid_t H5Eget_current_stack(void); H5_DLL herr_t H5Eclose_stack(hid_t stack_id); +H5_DLL ssize_t H5Eget_class(hid_t class_id, char *name, size_t size); +H5_DLL ssize_t H5Eget_msg(hid_t msg_id, H5E_type_t *type, char *msg, size_t size); #ifdef __cplusplus } |