[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.17.2.3 and 1.17.2.4

version 1.17.2.3, 2001/03/21 19:46:27 version 1.17.2.4, 2001/05/07 21:09:32
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.17.2.3  
changed lines
  Added in v.1.17.2.4