This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / 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;