File: fix-implicit-sighandler.patch

package info (click to toggle)
pmars 0.9.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: ansic: 12,415; makefile: 49
file content (11 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/xwindisp.c
+++ b/src/xwindisp.c
@@ -242,6 +242,8 @@
 static void draw_border();
 #endif
 
+extern void sighandler(int dummy);
+
 /**********************************************************************/
 /*   misc and util functions                                                                                                                 */
 /**********************************************************************/