[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.94 and 1.95

version 1.94, 2022/01/22 00:49:34 version 1.95, 2023/08/28 03:31:16
Line 139 
Line 139 
 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 *);
 int      ssh_packet_not_very_much_data_to_write(struct ssh *);  int      ssh_packet_not_very_much_data_to_write(struct ssh *);
   int      ssh_packet_interactive_data_to_write(struct ssh *);
   
 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 *);

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95