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

Diff for /src/usr.bin/ssh/packet.h between version 1.21 and 1.22

version 1.21, 2001/02/28 21:27:47 version 1.22, 2001/04/14 16:33:20
Line 178 
Line 178 
 int     packet_set_maxsize(int s);  int     packet_set_maxsize(int s);
 #define packet_get_maxsize() max_packet_size  #define packet_get_maxsize() max_packet_size
   
 /* Stores tty modes from the fd into current packet. */  /* Stores tty modes from the fd or tiop into current packet. */
 void    tty_make_modes(int fd);  void    tty_make_modes(int fd, struct termios *tiop);
   
 /* Parses tty modes for the fd from the current packet. */  /* Parses tty modes for the fd from the current packet. */
 void    tty_parse_modes(int fd, int *n_bytes_ptr);  void    tty_parse_modes(int fd, int *n_bytes_ptr);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22