i3
sighandler.h
Go to the documentation of this file.
1 /*
2  * vim:ts=4:sw=4:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
6  * © 2009-2010 Jan-Erik Rediger
7  *
8  * sighandler.c: Interactive crash dialog upon SIGSEGV/SIGABRT/SIGFPE (offers
9  * to restart inplace).
10  *
11  */
12 #ifndef _SIGHANDLER_H
13 #define _SIGHANDLER_H
14 
19 void setup_signal_handler(void);
20 
21 #endif