[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.19 and 1.20

version 1.19, 2001/01/13 18:32:50 version 1.20, 2001/02/28 09:57:07
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_inject_ignore(int sumlen);
   
 #endif                          /* PACKET_H */  #endif                          /* PACKET_H */

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20