aboutsummaryrefslogtreecommitdiffstats
path: root/sig.h
diff options
context:
space:
mode:
Diffstat (limited to 'sig.h')
-rw-r--r--sig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sig.h b/sig.h
index a23f94c..46bded8 100644
--- a/sig.h
+++ b/sig.h
@@ -121,6 +121,7 @@ extern sighandler sigint_sighandler __P((int));
extern void initialize_signals __P((int));
extern void initialize_terminating_signals __P((void));
extern void reset_terminating_signals __P((void));
+extern void top_level_cleanup __P((void));
extern void throw_to_top_level __P((void));
extern void jump_to_top_level __P((int)) __attribute__((__noreturn__));