summaryrefslogtreecommitdiffstats
path: root/tetris/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'tetris/input.h')
-rw-r--r--tetris/input.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tetris/input.h b/tetris/input.h
index d9616b1d..8bbd0d34 100644
--- a/tetris/input.h
+++ b/tetris/input.h
@@ -1,4 +1,4 @@
-/* $NetBSD: input.h,v 1.2 1995/04/22 07:42:36 cgd Exp $ */
+/* $NetBSD: input.h,v 1.3 1999/01/03 02:00:17 hubertf Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -38,7 +38,6 @@
* @(#)input.h 8.1 (Berkeley) 5/31/93
*/
-void eat_input __P((void));
int rwait __P((struct timeval *));
int tgetchar __P((void));
void tsleep __P((void));