summaryrefslogtreecommitdiffstats
path: root/gomoku/gomoku.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-06-04 06:41:50 +0000
committerdholland <dholland@NetBSD.org>2009-06-04 06:41:50 +0000
commit92f1b6ea9c2921a6cbe51be12d242d1bb40b1995 (patch)
tree8aed3002c5a7ced1a5dc06cd33c8af86e74b7639 /gomoku/gomoku.h
parent82d42178708c6108bb6c1649bd4bb11cbf0507e1 (diff)
downloadbsdgames-darwin-92f1b6ea9c2921a6cbe51be12d242d1bb40b1995.tar.gz
bsdgames-darwin-92f1b6ea9c2921a6cbe51be12d242d1bb40b1995.tar.zst
bsdgames-darwin-92f1b6ea9c2921a6cbe51be12d242d1bb40b1995.zip
Remove remaining references to sprintf.
Diffstat (limited to 'gomoku/gomoku.h')
-rw-r--r--gomoku/gomoku.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gomoku/gomoku.h b/gomoku/gomoku.h
index 1f04ecf8..5f2382fb 100644
--- a/gomoku/gomoku.h
+++ b/gomoku/gomoku.h
@@ -1,4 +1,4 @@
-/* $NetBSD: gomoku.h,v 1.13 2009/06/04 06:27:47 dholland Exp $ */
+/* $NetBSD: gomoku.h,v 1.14 2009/06/04 06:41:50 dholland Exp $ */
/*
* Copyright (c) 1994
@@ -290,7 +290,7 @@ void makeempty(struct combostr *);
void appendcombo(struct combostr *, int);
void updatecombo(struct combostr *, int);
void markcombo(struct combostr *);
-void printcombo(struct combostr *, char *);
+void printcombo(struct combostr *, char *, size_t);
void makecombo(struct combostr *, struct spotstr *, int, int);
void makecombo2(struct combostr *, struct spotstr *, int, int);
int sortcombo(struct combostr **, struct combostr **, struct combostr *);