]> git.sur5r.net Git - i3/i3/blobdiff - include/sighandler.h
config_parser: implement <number>s, proper error handling
[i3/i3] / include / sighandler.h
index 5ffef2a35cc3ef5dccf14b3c9b6c92f4e5e915b2..25d3385bc1e1cfec27e1f5bcd053966ccba6184e 100644 (file)
@@ -9,13 +9,13 @@
  *               to restart inplace).
  *
  */
-#ifndef _SIGHANDLER_H
-#define _SIGHANDLER_H
+#ifndef I3_SIGHANDLER_H
+#define I3_SIGHANDLER_H
 
 /**
  * Setup signal handlers to safely handle SIGSEGV and SIGFPE
  *
  */
-void setup_signal_handler();
+void setup_signal_handler(void);
 
 #endif