summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index 597fbb151..00f0c3778 100644
--- a/packet.h
+++ b/packet.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: packet.h,v 1.18 2000/12/19 23:17:57 markus Exp $"); */ 14/* RCSID("$OpenBSD: packet.h,v 1.19 2001/01/13 18:32:50 markus Exp $"); */
15 15
16#ifndef PACKET_H 16#ifndef PACKET_H
17#define PACKET_H 17#define PACKET_H
@@ -65,7 +65,7 @@ void packet_start_compression(int level);
65 * Informs that the current session is interactive. Sets IP flags for 65 * Informs that the current session is interactive. Sets IP flags for
66 * optimal performance in interactive use. 66 * optimal performance in interactive use.
67 */ 67 */
68void packet_set_interactive(int interactive, int keepalives); 68void packet_set_interactive(int interactive);
69 69
70/* Returns true if the current connection is interactive. */ 70/* Returns true if the current connection is interactive. */
71int packet_is_interactive(void); 71int packet_is_interactive(void);