summaryrefslogtreecommitdiffstats
path: root/games/mille/varpush.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/mille/varpush.c')
-rw-r--r--games/mille/varpush.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/mille/varpush.c b/games/mille/varpush.c
index 70bf17a..853f005 100644
--- a/games/mille/varpush.c
+++ b/games/mille/varpush.c
@@ -46,12 +46,11 @@ static const char rcsid[] =
* @(#)varpush.c 1.1 (Berkeley) 4/1/82
*/
-int read(), write();
-
/*
* push variables around via the routine func() on the file
* channel file. func() is either read or write.
*/
+void
varpush(file, func)
int file;
int (*func)(); {
OpenPOWER on IntegriCloud