[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.18 and 1.19

version 1.18, 2000/12/19 23:17:57 version 1.19, 2001/01/13 18:32:50
Line 65 
Line 65 
  * Informs that the current session is interactive.  Sets IP flags for   * Informs that the current session is interactive.  Sets IP flags for
  * optimal performance in interactive use.   * optimal performance in interactive use.
  */   */
 void    packet_set_interactive(int interactive, int keepalives);  void    packet_set_interactive(int interactive);
   
 /* Returns true if the current connection is interactive. */  /* Returns true if the current connection is interactive. */
 int     packet_is_interactive(void);  int     packet_is_interactive(void);

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