[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.46 and 1.47

version 1.46, 2008/02/22 20:44:02 version 1.47, 2008/05/08 06:59:01
Line 58 
Line 58 
 void     packet_get_bignum2(BIGNUM * value);  void     packet_get_bignum2(BIGNUM * value);
 void    *packet_get_raw(u_int *length_ptr);  void    *packet_get_raw(u_int *length_ptr);
 void    *packet_get_string(u_int *length_ptr);  void    *packet_get_string(u_int *length_ptr);
   void    *packet_get_string_ptr(u_int *length_ptr);
 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)));
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47