summaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-07-23 09:28:49 +0000
committerdes <des@FreeBSD.org>2008-07-23 09:28:49 +0000
commit58ec1452c85f52291a1bd8f7c1e9f3b150a7a880 (patch)
tree7f4db193e6aaf3390a97bd79900d7d352cafa0e6 /packet.h
parent3d5211603f4c722b3f0673c377e762ce44660c7c (diff)
downloadFreeBSD-src-58ec1452c85f52291a1bd8f7c1e9f3b150a7a880.zip
FreeBSD-src-58ec1452c85f52291a1bd8f7c1e9f3b150a7a880.tar.gz
Vendor import of OpenSSH 4.9p1 for posterity's sake
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 21ff450..c1b9b3b 100644
--- a/packet.h
+++ b/packet.h
@@ -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
OpenPOWER on IntegriCloud