[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.71 and 1.72

version 1.71, 2016/03/07 19:02:43 version 1.72, 2016/09/28 16:33:07
Line 106 
Line 106 
 int      ssh_set_newkeys(struct ssh *, int mode);  int      ssh_set_newkeys(struct ssh *, int mode);
 void     ssh_packet_get_bytes(struct ssh *, u_int64_t *, u_int64_t *);  void     ssh_packet_get_bytes(struct ssh *, u_int64_t *, u_int64_t *);
   
 typedef void *(ssh_packet_comp_alloc_func)(void *, u_int, u_int);  
 typedef void (ssh_packet_comp_free_func)(void *, void *);  
 void     ssh_packet_set_compress_hooks(struct ssh *, void *,  
     ssh_packet_comp_alloc_func *, ssh_packet_comp_free_func *);  
   
 int      ssh_packet_write_poll(struct ssh *);  int      ssh_packet_write_poll(struct ssh *);
 int      ssh_packet_write_wait(struct ssh *);  int      ssh_packet_write_wait(struct ssh *);
 int      ssh_packet_have_data_to_write(struct ssh *);  int      ssh_packet_have_data_to_write(struct ssh *);

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72