summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-11-01 19:27:15 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-11-01 19:27:15 (GMT)
commit1f3aede7c7adb1a12efb839a15c8cf3a1bce8f1c (patch)
tree1f652a1f70bf984c56553e7fea01535136fd9ce2 /src/H5Epublic.h
parent24f2310b1284c569ea277be00f57248bfd306378 (diff)
downloadhdf5-1f3aede7c7adb1a12efb839a15c8cf3a1bce8f1c.zip
hdf5-1f3aede7c7adb1a12efb839a15c8cf3a1bce8f1c.tar.gz
hdf5-1f3aede7c7adb1a12efb839a15c8cf3a1bce8f1c.tar.bz2
[svn-r14230] Description:
Add H5Ecreate_stack() API routine, to fill a minor gap in the error routines. Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.4.10 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index 7b716ef..b0e93bb 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -159,6 +159,7 @@ H5_DLL hid_t H5Eregister_class(const char *cls_name, const char *lib_name,
H5_DLL herr_t H5Eunregister_class(hid_t class_id);
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 H5Ecreate_stack(void);
H5_DLL hid_t H5Eget_current_stack(void);
H5_DLL herr_t H5Eclose_stack(hid_t stack_id);
H5_DLL ssize_t H5Eget_class_name(hid_t class_id, char *name, size_t size);