]> git.sur5r.net Git - i3/i3/blobdiff - include/sighandler.h
Update copyright notices and get rid of ranges
[i3/i3] / include / sighandler.h
index 5ffef2a35cc3ef5dccf14b3c9b6c92f4e5e915b2..56680bc48a2aaa84e3b252517ff415c2eb7ad5ce 100644 (file)
@@ -2,20 +2,17 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
- * © 2009-2010 Jan-Erik Rediger
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Jan-Erik Rediger
  *
  * 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);