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

Diff for /src/usr.bin/tip/Attic/tip.h between version 1.7 and 1.8

version 1.7, 1997/08/22 22:42:08 version 1.8, 1997/09/01 23:24:26
Line 44 
Line 44 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/file.h>  #include <sys/file.h>
 #include <sys/time.h>  #include <sys/time.h>
   #include <sys/wait.h>
   #include <sys/ioctl.h>
   
 #include <termios.h>  #include <termios.h>
 #include <signal.h>  #include <signal.h>
Line 267 
Line 269 
 extern  char *ctrl();  extern  char *ctrl();
 extern  char *vinterp();  extern  char *vinterp();
 extern  char *connect();  extern  char *connect();
   
   char    *sname __P((char *s));
   int     any __P((int cc, char *p));
   int     anyof __P((char *s1, char *s2));
   int     args __P((char *buf, char *a[], int num));
   int     escape __P((void));
   int     prompt __P((char *s, char *p, size_t sz));
   int     size __P((char *s));
   int     speed __P((int n));
   int     uu_lock __P((char *ttyname));
   int     uu_unlock __P((char *ttyname));
   int     vstring __P((char *s, char *v));
   long    hunt __P((char *name));
   void    cumain __P((int argc, char *argv[]));
   void    daemon_uid __P((void));
   void    disconnect __P((char *reason));
   void    execute __P((char *s));
   void    logent __P((char *group, char *num, char *acu, char *message));
   void    loginit __P((void));
   void    prtime __P((char *s, time_t a));
   void    pwrite __P((int fd, char *buf, int n));
   void    raw __P((void));
   void    send __P((int c));
   void    setparity __P((char *defparity));
   void    setscript __P((void));
   void    shell_uid __P((void));
   void    tandem __P((char *option));
   void    tipabort __P((char *msg));
   void    tipin __P((void));
   void    tipout __P((void));
   void    transfer __P((char *buf, int fd, char *eofchars));
   void    transmit __P((FILE *fd, char *eofchars, char *command));
   void    ttysetup __P((int speed));
   void    unraw __P((void));
   void    user_uid __P((void));
   void    vinit __P((void));
   void    vlex __P((char *s));

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8