[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.17.2.2 and 1.17.2.3

version 1.17.2.2, 2001/02/19 17:19:10 version 1.17.2.3, 2001/03/21 19:46:27
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.17.2.2  
changed lines
  Added in v.1.17.2.3