]> git.sur5r.net Git - i3/i3/blob - include/sighandler.h
Merge branch 'master' into next
[i3/i3] / include / sighandler.h
1 /*
2  * vim:ts=4:sw=4:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  *
6  * © 2009-2010 Michael Stapelberg and contributors
7  * © 2009-2010 Jan-Erik Rediger
8  *
9  * See file LICENSE for license information.
10  *
11  */
12 #ifndef _SIGHANDLER_H
13 #define _SIGHANDLER_H
14
15 /**
16  * Setup signal handlers to safely handle SIGSEGV and SIGFPE
17  *
18  */
19 void setup_signal_handler();
20
21 #endif