]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/firework.c
ncurses 4.2
[ncurses.git] / test / firework.c
index a1a1e34af77ec1cc823f1dbaf641c9efc29c7aab..1a37e04909978fba596fd584b5d7b18f79c1a429 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: firework.c,v 1.10 1997/05/03 18:37:56 tom Exp $
+ * $Id: firework.c,v 1.11 1997/11/01 19:36:25 tom Exp $
  */
 #include <test.priv.h>
 
@@ -12,7 +12,7 @@
 static int get_colour(chtype *);
 static void explode(int row, int col);
 static void showit(void);
-static void onsig(int sig);
+static RETSIGTYPE onsig(int sig);
 
 static int my_bg = COLOR_BLACK;