[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.67 and 1.68

version 1.67, 2015/12/11 03:24:25 version 1.68, 2016/01/14 16:17:40
Line 135 
Line 135 
 void     ssh_packet_set_rekey_limits(struct ssh *, u_int32_t, time_t);  void     ssh_packet_set_rekey_limits(struct ssh *, u_int32_t, time_t);
 time_t   ssh_packet_get_rekey_timeout(struct ssh *);  time_t   ssh_packet_get_rekey_timeout(struct ssh *);
   
 /* XXX FIXME */  
 void     ssh_packet_backup_state(struct ssh *, struct ssh *);  
 void     ssh_packet_restore_state(struct ssh *, struct ssh *);  
   
 void    *ssh_packet_get_input(struct ssh *);  void    *ssh_packet_get_input(struct ssh *);
 void    *ssh_packet_get_output(struct ssh *);  void    *ssh_packet_get_output(struct ssh *);
   

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68