From: Andrew Moore Date: Thu, 29 Jul 1993 02:39:24 +0000 (+0000) Subject: fixed static declr complaint by gcc2 X-Git-Tag: FreeBSD-release/1.1~2225 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/33da52e5ed7946644d15a36f2384f1d5954ffa10 fixed static declr complaint by gcc2 --- diff --git a/usr.bin/tip/remcap.c b/usr.bin/tip/remcap.c index c57356940c..5e6b56a3dc 100644 --- a/usr.bin/tip/remcap.c +++ b/usr.bin/tip/remcap.c @@ -78,9 +78,9 @@ char *RM; static char *tbuf; static int hopcount; /* detect infinite loops in termcap, init 0 */ -char *tskip(); +static char *tskip(); char *tgetstr(); -char *tdecode(); +static char *tdecode(); char *getenv(); static char *remotefile;