summaryrefslogtreecommitdiff
path: root/libguile/backtrace.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-01-24 15:58:46 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-01-24 15:58:46 +0000
commite40a4095d60261f10850b8ef7b11b46bac300f44 (patch)
treed3b0e97a3328799c009eac9183f1b117510b3721 /libguile/backtrace.h
parentf1e06a96a26f12359f62190868630bf6b5811d43 (diff)
* Make sure that scm_display_error validates its port argument.
Diffstat (limited to 'libguile/backtrace.h')
-rw-r--r--libguile/backtrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/backtrace.h b/libguile/backtrace.h
index 49e5475e8..68f85a2c7 100644
--- a/libguile/backtrace.h
+++ b/libguile/backtrace.h
@@ -52,6 +52,7 @@
extern SCM scm_the_last_stack_fluid;
void scm_display_error_message (SCM message, SCM args, SCM port);
+void scm_i_display_error (SCM stack, SCM port, SCM subr, SCM message, SCM args, SCM rest);
SCM scm_display_error (SCM stack, SCM port, SCM subr, SCM message, SCM args, SCM rest);
SCM scm_display_application (SCM frame, SCM port, SCM indent);
SCM scm_display_backtrace (SCM stack, SCM port, SCM first, SCM depth);