aboutsummaryrefslogtreecommitdiff
path: root/sig.h
diff options
context:
space:
mode:
Diffstat (limited to 'sig.h')
-rw-r--r--sig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sig.h b/sig.h
index be87fe4..987efef 100644
--- a/sig.h
+++ b/sig.h
@@ -64,6 +64,8 @@ void signal_restart_status (const struct signal_info *si);
bool process_signal (struct context *c);
+void register_signal (struct context *c, int sig, const char *text);
+
#ifdef ENABLE_OCC
void process_explicit_exit_notification_timer_wakeup (struct context *c);
#endif