summaryrefslogtreecommitdiff
path: root/games/gomoku/gomoku.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/gomoku/gomoku.h')
-rw-r--r--games/gomoku/gomoku.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gomoku/gomoku.h b/games/gomoku/gomoku.h
index a19f098c6a9..bdff4c2c85f 100644
--- a/games/gomoku/gomoku.h
+++ b/games/gomoku/gomoku.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: gomoku.h,v 1.6 2002/02/17 19:42:20 millert Exp $ */
+/* $OpenBSD: gomoku.h,v 1.7 2003/04/06 18:50:37 deraadt Exp $ */
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -254,7 +254,7 @@ struct ovlp_info {
};
extern char *letters;
-extern char fmtbuf[];
+extern char fmtbuf[128];
extern char pdir[];
extern int dd[4];
@@ -305,7 +305,7 @@ void markcombo(struct combostr *);
#endif
void panic(char *);
int pickmove(int);
-void printcombo(struct combostr *, char *);
+void printcombo(struct combostr *, char *, size_t);
void qlog(char *);
void quit(int);
int readinput(FILE *);