1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/games/tt/files/patch-utils.h
Kirill Ponomarev 9bab578685 This is a new port of tetris game, written almost 15 years ago,
but being very playable, highly portable, well-tested, and
still being developed!  It is specifically designed to be
played over terminal lines.  Includes quite a few game-type
options, and just overall-neat piece of software.

PR:		56743
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2003-09-24 18:14:21 +00:00

12 lines
360 B
C

--- utils.h.orig Fri Sep 12 22:12:44 2003
+++ utils.h Fri Sep 12 22:13:00 2003
@@ -12,7 +12,7 @@
\***************************************************************************/
extern char *basename ();
-extern char *form ();
+extern char *form (const char *fmt_string, ...);
extern void die ();
extern void get_termcap ();
extern void flush_keyboard ();