[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.72 and 1.73

version 1.72, 2016/09/28 16:33:07 version 1.73, 2016/09/30 09:19:13
Line 83 
Line 83 
 int      ssh_packet_is_interactive(struct ssh *);  int      ssh_packet_is_interactive(struct ssh *);
 void     ssh_packet_set_server(struct ssh *);  void     ssh_packet_set_server(struct ssh *);
 void     ssh_packet_set_authenticated(struct ssh *);  void     ssh_packet_set_authenticated(struct ssh *);
   void     ssh_packet_set_mux(struct ssh *);
   int      ssh_packet_get_mux(struct ssh *);
   
   int      ssh_packet_log_type(u_char);
   
 int      ssh_packet_send1(struct ssh *);  int      ssh_packet_send1(struct ssh *);
 int      ssh_packet_send2_wrapped(struct ssh *);  int      ssh_packet_send2_wrapped(struct ssh *);

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