diff options
Diffstat (limited to 'games/tt/files/patch-utils.h')
-rw-r--r-- | games/tt/files/patch-utils.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/tt/files/patch-utils.h b/games/tt/files/patch-utils.h deleted file mode 100644 index 1b5921090d35..000000000000 --- a/games/tt/files/patch-utils.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 (); |