]> git.sur5r.net Git - i3/i3/blob - include/sighandler.h
Merge branch 'release-4.16.1'
[i3/i3] / include / sighandler.h
1 /*
2  * vim:ts=4:sw=4:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
6  *
7  */
8 #pragma once
9
10 #include <config.h>
11
12 /**
13  * Configured a signal handler to gracefully handle crashes and allow the user
14  * to generate a backtrace and rescue their session.
15  *
16  */
17 void setup_signal_handler(void);