[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.85 and 1.86

version 1.85, 2018/07/06 09:03:02 version 1.86, 2018/07/09 21:20:26
Line 133 
Line 133 
 int      ssh_packet_connection_is_on_socket(struct ssh *);  int      ssh_packet_connection_is_on_socket(struct ssh *);
 int      ssh_packet_remaining(struct ssh *);  int      ssh_packet_remaining(struct ssh *);
   
 void     tty_make_modes(int, struct termios *);  void     ssh_tty_make_modes(struct ssh *, int, struct termios *);
 void     tty_parse_modes(int, int *);  void     ssh_tty_parse_modes(struct ssh *, int);
   
 void     ssh_packet_set_alive_timeouts(struct ssh *, int);  void     ssh_packet_set_alive_timeouts(struct ssh *, int);
 int      ssh_packet_inc_alive_timeouts(struct ssh *);  int      ssh_packet_inc_alive_timeouts(struct ssh *);

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86