summaryrefslogtreecommitdiffstats
path: root/tetris/input.h
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2004-01-27 20:30:28 +0000
committerjsm <jsm@NetBSD.org>2004-01-27 20:30:28 +0000
commita43fb158d0c5c90291b792d683aa0221403f1893 (patch)
treeabc8b57813f81300bc2b7a4ad80223e666d05d7d /tetris/input.h
parent5572d7c395d19f949cb8a29c96791307e744681c (diff)
downloadbsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.tar.gz
bsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.tar.zst
bsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.zip
Remove uses of __P.
Diffstat (limited to 'tetris/input.h')
-rw-r--r--tetris/input.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tetris/input.h b/tetris/input.h
index 5ff868b7..856c66a8 100644
--- a/tetris/input.h
+++ b/tetris/input.h
@@ -1,4 +1,4 @@
-/* $NetBSD: input.h,v 1.4 2003/08/07 09:37:48 agc Exp $ */
+/* $NetBSD: input.h,v 1.5 2004/01/27 20:30:30 jsm Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -34,6 +34,6 @@
* @(#)input.h 8.1 (Berkeley) 5/31/93
*/
-int rwait __P((struct timeval *));
-int tgetchar __P((void));
-void tsleep __P((void));
+int rwait(struct timeval *);
+int tgetchar(void);
+void tsleep(void);