diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-15 22:17:09 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-15 22:17:09 (GMT) |
commit | 840ce9f8b5ea6fc94f8bd52bed93489269f81a6a (patch) | |
tree | 59df7c4d9aaf49882bbe01e9fa533e37c1680dfa /src/H5Epublic.h | |
parent | cda7a6e054eb83649401fdd9c949afe5cc5ab895 (diff) | |
download | hdf5-840ce9f8b5ea6fc94f8bd52bed93489269f81a6a.zip hdf5-840ce9f8b5ea6fc94f8bd52bed93489269f81a6a.tar.gz hdf5-840ce9f8b5ea6fc94f8bd52bed93489269f81a6a.tar.bz2 |
[svn-r7228] Purpose: Gradual checkin for error API
Platforms tested: RH 8
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index 38597de..038acc2 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -451,7 +451,12 @@ 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); +H5_DLL int H5Eget_num(hid_t error_stack_id); +H5_DLL herr_t H5Eset_current_stack(hid_t err_stack_id); +H5_DLL herr_t H5Epush_new(hid_t err_stack, const char *file, const char *func, unsigned line, + hid_t maj_id, hid_t min_id, const char *msg, ...); + #ifdef __cplusplus } #endif |