[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.15.2.3 and 1.15.2.4

version 1.15.2.3, 2001/03/12 15:44:12 version 1.15.2.4, 2001/03/21 18:52:55
Line 214 
Line 214 
 /* returns remaining payload bytes */  /* returns remaining payload bytes */
 int     packet_remaining(void);  int     packet_remaining(void);
   
   /* append an ignore message */
   void    packet_send_ignore(int nbytes);
   
   /* add an ignore message and make sure size (current+ignore) = n*sumlen */
   void    packet_inject_ignore(int sumlen);
   
 #endif                          /* PACKET_H */  #endif                          /* PACKET_H */

Legend:
Removed from v.1.15.2.3  
changed lines
  Added in v.1.15.2.4