[BACK]Return to tput.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tput

Diff for /src/usr.bin/tput/tput.c between version 1.4 and 1.5

version 1.4, 1997/03/07 21:54:48 version 1.5, 1997/06/24 02:40:15
Line 54 
Line 54 
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <unistd.h>  #include <unistd.h>
   #include <string.h>
   
 static void   prlongname __P((char *));  static void   prlongname __P((char *));
 static void   setospeed __P((void));  static void   setospeed __P((void));

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5