[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.80 and 1.81

version 1.80, 2017/05/30 14:18:15 version 1.81, 2017/05/31 08:09:45
Line 83 
Line 83 
 int      ssh_packet_get_connection_out(struct ssh *);  int      ssh_packet_get_connection_out(struct ssh *);
 void     ssh_packet_close(struct ssh *);  void     ssh_packet_close(struct ssh *);
 void     ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);  void     ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);
   void     ssh_packet_clear_keys(struct ssh *);
   void     ssh_clear_newkeys(struct ssh *, int);
   
 int      ssh_packet_is_rekeying(struct ssh *);  int      ssh_packet_is_rekeying(struct ssh *);
 void     ssh_packet_set_protocol_flags(struct ssh *, u_int);  void     ssh_packet_set_protocol_flags(struct ssh *, u_int);

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81