Index: bdinit.c
===================================================================
RCS file: /cvs/src/games/gomoku/bdinit.c,v
retrieving revision 1.5
diff -u -p -r1.5 bdinit.c
--- bdinit.c    3 Jun 2003 03:01:39 -0000       1.5
+++ bdinit.c    3 Jun 2009 23:33:19 -0000
@@ -43,8 +43,7 @@ static char rcsid[] = "$OpenBSD: bdinit.
 #include <string.h>

 void
-bdinit(bp)
-       struct spotstr *bp;
+bdinit(struct spotstr *bp)
 {
        int i, j, r;
        struct spotstr *sp;
@@ -170,7 +169,7 @@ bdinit(bp)
  * common open spaces shared between the two frames.
  */
 void
-init_overlap()
+init_overlap(void)
 {
        struct spotstr *sp1, *sp2;
        struct combostr *cbp;

Reply via email to