]> git.sur5r.net Git - i3/i3/blob - include/sighandler.h
184db73bc7d7d2890668aed32eba46510f252d96
[i3/i3] / include / sighandler.h
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 #pragma once
13
14 /**
15  * Setup signal handlers to safely handle SIGSEGV and SIGFPE
16  *
17  */
18 void setup_signal_handler(void);