summaryrefslogtreecommitdiffstats
path: root/src/H5Eprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2003-07-15 15:49:25 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2003-07-15 15:49:25 (GMT)
commiteb1eafd79873d640683357eadd04e65f4a212511 (patch)
tree04b3096402c90a5fdbc725f87662ceaa2d57e36e /src/H5Eprivate.h
parent8a98abf66f4d672e6f0fbfa4719d0100b54ff2e0 (diff)
downloadhdf5-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/H5Eprivate.h')
-rw-r--r--src/H5Eprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h
index 56ed9d5..0063ff6 100644
--- a/src/H5Eprivate.h
+++ b/src/H5Eprivate.h
@@ -288,6 +288,8 @@ H5_DLL herr_t H5E_close_msg(H5E_msg_t *err);
H5_DLL hid_t H5E_create_msg(hid_t cls_id, H5E_type_t msg_type, const char *msg);
H5_DLL hid_t H5E_get_current_stack(void);
H5_DLL herr_t H5E_close_stack(H5E_t_new *err_stack);
+H5_DLL ssize_t H5E_get_class(H5E_cls_t *cls, char *name, size_t size);
+H5_DLL ssize_t H5E_get_msg(H5E_msg_t *msg_ptr, H5E_type_t *type, char *msg, size_t size);
#endif /* NEW_ERR */