summaryrefslogtreecommitdiffstats
path: root/tetris/screen.h
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-14 01:14:20 +0000
committerlukem <lukem@NetBSD.org>1997-10-14 01:14:20 +0000
commit216b7a5ba4e82202a7c67e6a5d81982a7207ddd3 (patch)
tree6aeb633c9fe11f13e65bcec3c91f7602a24b0af6 /tetris/screen.h
parentbed741e4c8e900d3e63a5a4ba970352f316a4e93 (diff)
downloadbsdgames-darwin-216b7a5ba4e82202a7c67e6a5d81982a7207ddd3.tar.gz
bsdgames-darwin-216b7a5ba4e82202a7c67e6a5d81982a7207ddd3.tar.zst
bsdgames-darwin-216b7a5ba4e82202a7c67e6a5d81982a7207ddd3.zip
use <termcap.h>
Diffstat (limited to 'tetris/screen.h')
-rw-r--r--tetris/screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tetris/screen.h b/tetris/screen.h
index 7bb10ae1..319e356d 100644
--- a/tetris/screen.h
+++ b/tetris/screen.h
@@ -1,4 +1,4 @@
-/* $NetBSD: screen.h,v 1.2 1995/04/22 07:42:42 cgd Exp $ */
+/* $NetBSD: screen.h,v 1.3 1997/10/14 01:14:34 lukem Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -49,7 +49,7 @@ char *SOstr; /* begin standout mode */
*/
#define putpad(s) tputs(s, 1, put)
-int put __P((int)); /* just calls putchar; for tputs */
+void put __P((int)); /* just calls putchar; for tputs */
void scr_clear __P((void));
void scr_end __P((void));
void scr_init __P((void));