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