[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.59 and 1.60

version 1.59, 2013/07/12 00:19:59 version 1.60, 2014/04/28 03:09:18
Line 64 
Line 64 
 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);
 char    *packet_get_cstring(u_int *length_ptr);  char    *packet_get_cstring(u_int *length_ptr);
 void    *packet_get_string_ptr(u_int *length_ptr);  const void      *packet_get_string_ptr(u_int *length_ptr);
 void     packet_disconnect(const char *fmt,...) __attribute__((noreturn)) __attribute__((format(printf, 1, 2)));  void     packet_disconnect(const char *fmt,...) __attribute__((noreturn)) __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.59  
changed lines
  Added in v.1.60