]> andersk Git - gssapi-openssh.git/blobdiff - openssh/packet.h
Import of OpenSSH 4.9p1
[gssapi-openssh.git] / openssh / packet.h
index 8c23646aaae45c84c1bcdaa3f722254b66631e08..c1b9b3bd190c2b778ce021c64ddf29dc9ebb468d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: packet.h,v 1.43 2005/07/25 11:59:40 markus Exp $      */
+/* $OpenBSD: packet.h,v 1.46 2008/02/22 20:44:02 dtucker Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -16,6 +16,8 @@
 #ifndef PACKET_H
 #define PACKET_H
 
+#include <termios.h>
+
 #include <openssl/bn.h>
 
 void     packet_set_connection(int, int);
@@ -84,6 +86,7 @@ void   tty_make_modes(int, struct termios *);
 void    tty_parse_modes(int, int *);
 
 extern u_int max_packet_size;
+extern int keep_alive_timeouts;
 int     packet_set_maxsize(u_int);
 #define  packet_get_maxsize() max_packet_size
 
This page took 0.034911 seconds and 4 git commands to generate.