diff options
Diffstat (limited to 'libguile/throw.h')
-rw-r--r-- | libguile/throw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/throw.h b/libguile/throw.h index 3eb7918ba..3bc3aa6d2 100644 --- a/libguile/throw.h +++ b/libguile/throw.h @@ -91,6 +91,7 @@ extern SCM scm_handle_by_proc SCM_P ((void *, SCM, SCM)); extern SCM scm_handle_by_proc_catching_all SCM_P ((void *, SCM, SCM)); extern SCM scm_handle_by_message SCM_P ((void *, SCM, SCM)); extern SCM scm_handle_by_message_noexit SCM_P ((void *, SCM, SCM)); +extern SCM scm_handle_by_throw SCM_P ((void *, SCM, SCM)); extern int scm_exit_status SCM_P ((SCM args)); extern SCM scm_catch SCM_P ((SCM tag, SCM thunk, SCM handler)); |