[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.11 and 1.12

version 1.11, 2001/07/09 07:04:56 version 1.12, 2002/02/16 21:27:55
Line 86 
Line 86 
   
 #include <sys/wait.h>  #include <sys/wait.h>
   
 static void   init __P((void));  static void   init(void);
 static char **process __P((char *, char *, char **));  static char **process(char *, char *, char **);
 static void   reset __P((void));  static void   reset(void);
 static void   set_margins __P((void));  static void   set_margins(void);
 static void   usage __P((void));  static void   usage(void);
   
 extern char  *__progname;  extern char  *__progname;
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12