fixed static declr complaint by gcc2
authorAndrew Moore <alm@FreeBSD.org>
Thu, 29 Jul 1993 02:39:24 +0000 (02:39 +0000)
committerAndrew Moore <alm@FreeBSD.org>
Thu, 29 Jul 1993 02:39:24 +0000 (02:39 +0000)
usr.bin/tip/remcap.c

index c573569..5e6b56a 100644 (file)
@@ -78,9 +78,9 @@ char  *RM;
 
 static char *tbuf;
 static int hopcount;   /* detect infinite loops in termcap, init 0 */
 
 static char *tbuf;
 static int hopcount;   /* detect infinite loops in termcap, init 0 */
-char   *tskip();
+static char *tskip();
 char   *tgetstr();
 char   *tgetstr();
-char   *tdecode();
+static char *tdecode();
 char   *getenv();
 static char *remotefile;
 
 char   *getenv();
 static char *remotefile;