[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.12 and 1.13

version 1.12, 2002/02/16 21:27:55 version 1.13, 2002/05/29 22:58:56
Line 281 
Line 281 
 int     escape(void);  int     escape(void);
 int     prompt(char *s, char *p, size_t sz);  int     prompt(char *s, char *p, size_t sz);
 int     size(char *s);  int     size(char *s);
 int     speed(int n);  int     ttysetup(int speed);
 int     uu_lock(char *ttyname);  int     uu_lock(char *ttyname);
 int     uu_unlock(char *ttyname);  int     uu_unlock(char *ttyname);
 int     vstring(char *s, char *v);  int     vstring(char *s, char *v);
Line 305 
Line 305 
 void    tipout(void);  void    tipout(void);
 void    transfer(char *buf, int fd, char *eofchars);  void    transfer(char *buf, int fd, char *eofchars);
 void    transmit(FILE *fd, char *eofchars, char *command);  void    transmit(FILE *fd, char *eofchars, char *command);
 void    ttysetup(int speed);  
 void    unraw(void);  void    unraw(void);
 void    user_uid(void);  void    user_uid(void);
 void    vinit(void);  void    vinit(void);

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