[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.39 and 1.40

version 1.39, 2003/04/08 20:21:29 version 1.40, 2003/06/24 08:23:46
Line 81 
Line 81 
 void     tty_make_modes(int, struct termios *);  void     tty_make_modes(int, struct termios *);
 void     tty_parse_modes(int, int *);  void     tty_parse_modes(int, int *);
   
 extern int max_packet_size;  extern u_int max_packet_size;
 int      packet_set_maxsize(int);  u_int    packet_set_maxsize(u_int);
 #define  packet_get_maxsize() max_packet_size  #define  packet_get_maxsize() max_packet_size
   
 /* don't allow remaining bytes after the end of the message */  /* don't allow remaining bytes after the end of the message */

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40