]> git.sur5r.net Git - i3/i3/blobdiff - include/sighandler.h
bugfix: copy binding before run
[i3/i3] / include / sighandler.h
index 08e895998905fb6c6054eca4fa18caf10429dab0..184db73bc7d7d2890668aed32eba46510f252d96 100644 (file)
@@ -1,21 +1,18 @@
 /*
- * vim:ts=8:expandtab
+ * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- *
- * © 2009-2010 Michael Stapelberg and contributors
+ * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
  * © 2009-2010 Jan-Erik Rediger
  *
- * See file LICENSE for license information.
+ * sighandler.c: Interactive crash dialog upon SIGSEGV/SIGABRT/SIGFPE (offers
+ *               to restart inplace).
  *
  */
-#ifndef _SIGHANDLER_H
-#define _SIGHANDLER_H
+#pragma once
 
-/*
+/**
  * Setup signal handlers to safely handle SIGSEGV and SIGFPE
  *
  */
-void setup_signal_handler();
-
-#endif
+void setup_signal_handler(void);