ossp-pkg/ex/ex.h 1.10 -> 1.11
--- ex.h 2002/01/29 11:05:21 1.10
+++ ex.h 2002/01/29 20:10:53 1.11
@@ -118,10 +118,12 @@
/* the exception context */
typedef ex_ctx_t *(*ex_ctx_cb_t)(void);
extern ex_ctx_cb_t __ex_ctx;
+extern ex_ctx_t *__ex_ctx_default(void);
/* the termination handler */
typedef void (*ex_term_cb_t)(ex_t *);
extern ex_term_cb_t __ex_terminate;
+extern void __ex_terminate_default(ex_t *e);
/* the block for trying execution */
#define ex_try \
|
|