summaryrefslogtreecommitdiff
path: root/games/gomoku/bdinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/gomoku/bdinit.c')
-rw-r--r--games/gomoku/bdinit.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/gomoku/bdinit.c b/games/gomoku/bdinit.c
index b3096c17690..475fa04dbb1 100644
--- a/games/gomoku/bdinit.c
+++ b/games/gomoku/bdinit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bdinit.c,v 1.1 1996/12/16 06:56:07 downsj Exp $ */
+/* $OpenBSD: bdinit.c,v 1.2 1996/12/21 21:17:49 tholo Exp $ */
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -39,9 +39,10 @@
static char sccsid[] = "@(#)bdinit.c 8.2 (Berkeley) 5/3/95";
#endif /* not lint */
-#include <string.h>
#include "gomoku.h"
+#include <string.h>
+void
bdinit(bp)
struct spotstr *bp;
{
@@ -168,6 +169,7 @@ bdinit(bp)
* As pieces are played, it can make frames not overlap if there are no
* common open spaces shared between the two frames.
*/
+void
init_overlap()
{
register struct spotstr *sp1, *sp2;