i3
|
00001 /* 00002 * vim:ts=4:sw=4:expandtab 00003 * 00004 * i3 - an improved dynamic tiling window manager 00005 * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) 00006 * © 2009-2010 Jan-Erik Rediger 00007 * 00008 * sighandler.c: Interactive crash dialog upon SIGSEGV/SIGABRT/SIGFPE (offers 00009 * to restart inplace). 00010 * 00011 */ 00012 #ifndef _SIGHANDLER_H 00013 #define _SIGHANDLER_H 00014 00019 void setup_signal_handler(void); 00020 00021 #endif