]> andersk Git - gssapi-openssh.git/blobdiff - openssh/packet.h
Import of OpenSSH 4.9p1
[gssapi-openssh.git] / openssh / packet.h
index 21ff4506739144ae36e3043d7767f5e076d1c7f3..c1b9b3bd190c2b778ce021c64ddf29dc9ebb468d 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.h,v 1.45 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: packet.h,v 1.46 2008/02/22 20:44:02 dtucker Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -86,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.074855 seconds and 4 git commands to generate.