[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.22.2.3 and 1.22.2.4

version 1.22.2.3, 2002/03/09 00:20:44 version 1.22.2.4, 2002/06/02 22:56:10
Line 56 
Line 56 
 void     packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2)));  void     packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2)));
 void     packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2)));  void     packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2)));
   
   void     set_newkeys(int mode);
   int      packet_get_keyiv_len(int);
   void     packet_get_keyiv(int, u_char *, u_int);
   int      packet_get_keycontext(int, u_char *);
   void     packet_set_keycontext(int, u_char *);
   u_int32_t packet_get_seqnr(int);
   void     packet_set_seqnr(int, u_int32_t);
   int      packet_get_ssh1_cipher(void);
   void     packet_set_iv(int, u_char *);
   
 void     packet_write_poll(void);  void     packet_write_poll(void);
 void     packet_write_wait(void);  void     packet_write_wait(void);
 int      packet_have_data_to_write(void);  int      packet_have_data_to_write(void);

Legend:
Removed from v.1.22.2.3  
changed lines
  Added in v.1.22.2.4