2010-01-03 14:52:38 +01:00
|
|
|
/*
|
2010-12-30 21:15:55 +01:00
|
|
|
* vim:ts=4:sw=4:expandtab
|
2010-01-03 14:52:38 +01:00
|
|
|
*
|
|
|
|
* i3 - an improved dynamic tiling window manager
|
2015-04-04 02:17:56 +02:00
|
|
|
* © 2009 Michael Stapelberg and contributors (see also: LICENSE)
|
2010-01-03 14:52:38 +01:00
|
|
|
*
|
|
|
|
*/
|
2013-12-29 03:11:50 +01:00
|
|
|
#pragma once
|
2010-01-03 14:52:38 +01:00
|
|
|
|
2016-10-11 09:13:35 +02:00
|
|
|
#include <config.h>
|
|
|
|
|
2010-01-03 21:53:42 +01:00
|
|
|
/**
|
2017-01-04 10:41:47 +01:00
|
|
|
* Configured a signal handler to gracefully handle crashes and allow the user
|
|
|
|
* to generate a backtrace and rescue their session.
|
2010-01-03 14:52:38 +01:00
|
|
|
*
|
|
|
|
*/
|
2012-03-31 10:53:04 +02:00
|
|
|
void setup_signal_handler(void);
|