00001 /* 00002 * vim:ts=8:expandtab 00003 * 00004 * i3 - an improved dynamic tiling window manager 00005 * 00006 * © 2009-2010 Michael Stapelberg and contributors 00007 * © 2009-2010 Jan-Erik Rediger 00008 * 00009 * See file LICENSE for license information. 00010 * 00011 */ 00012 #ifndef _SIGHANDLER_H 00013 #define _SIGHANDLER_H 00014 00019 void setup_signal_handler(); 00020 00021 #endif