]> andersk Git - openssh.git/blobdiff - packet.h
NOTE: This update changes the RSA key generation. *NEW RSA KEYS
[openssh.git] / packet.h
index 597fbb1514b4b5fe21862be63120c220b004376d..00f0c377822f882def3a707e01d99796c5bcff06 100644 (file)
--- a/packet.h
+++ b/packet.h
@@ -11,7 +11,7 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: packet.h,v 1.18 2000/12/19 23:17:57 markus Exp $"); */
+/* RCSID("$OpenBSD: packet.h,v 1.19 2001/01/13 18:32:50 markus Exp $"); */
 
 #ifndef PACKET_H
 #define PACKET_H
@@ -65,7 +65,7 @@ void    packet_start_compression(int level);
  * Informs that the current session is interactive.  Sets IP flags for
  * 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. */
 int     packet_is_interactive(void);
This page took 0.65223 seconds and 4 git commands to generate.