summaryrefslogtreecommitdiffstats
path: root/gomoku/gomoku.h
diff options
context:
space:
mode:
Diffstat (limited to 'gomoku/gomoku.h')
-rw-r--r--gomoku/gomoku.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gomoku/gomoku.h b/gomoku/gomoku.h
index 5f2382fb..87229e10 100644
--- a/gomoku/gomoku.h
+++ b/gomoku/gomoku.h
@@ -1,4 +1,4 @@
-/* $NetBSD: gomoku.h,v 1.14 2009/06/04 06:41:50 dholland Exp $ */
+/* $NetBSD: gomoku.h,v 1.15 2009/06/04 06:47:36 dholland Exp $ */
/*
* Copyright (c) 1994
@@ -246,7 +246,6 @@ struct overlap_info {
};
extern const char *letters;
-extern char fmtbuf[];
extern const char pdir[];
extern const int dd[4];