diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /games/worms/worms.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'games/worms/worms.c')
| -rw-r--r-- | games/worms/worms.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/worms/worms.c b/games/worms/worms.c index 0e7803613971..f3b88940d618 100644 --- a/games/worms/worms.c +++ b/games/worms/worms.c @@ -67,6 +67,8 @@ static char sccsid[] = "@(#)worms.c 5.9 (Berkeley) 2/28/91"; #endif #include <signal.h> +extern char *malloc(), *getenv(), *tgetstr(), *tgoto(); + static struct options { int nopts; int opts[3]; @@ -195,7 +197,7 @@ main(argc, argv) void onsig(); short **ref; char *AL, *BC, *CM, *EI, *HO, *IC, *IM, *IP, *SR; - char *field, tcb[100], *mp, *malloc(), *getenv(), *tgetstr(), *tgoto(); + char *field, tcb[100], *mp; long random(); #ifdef USG struct termio sg; |
