summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/telnet/telnetd/ext.h
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
committernectar <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
commit69a91bec14ec3ad49d1c8a82c40a796755f9e4a3 (patch)
tree85ecf91fd00875cec4b93111d3a8ed9eec9cddfe /crypto/heimdal/appl/telnet/telnetd/ext.h
parent8db4cdb3da4228a5d93635e43825e2e8a2f66db7 (diff)
downloadFreeBSD-src-69a91bec14ec3ad49d1c8a82c40a796755f9e4a3.zip
FreeBSD-src-69a91bec14ec3ad49d1c8a82c40a796755f9e4a3.tar.gz
Import of Heimdal Kerberos from KTH repository circa 2002/02/17.
Diffstat (limited to 'crypto/heimdal/appl/telnet/telnetd/ext.h')
-rw-r--r--crypto/heimdal/appl/telnet/telnetd/ext.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/crypto/heimdal/appl/telnet/telnetd/ext.h b/crypto/heimdal/appl/telnet/telnetd/ext.h
index 1cba5b6..8f99934 100644
--- a/crypto/heimdal/appl/telnet/telnetd/ext.h
+++ b/crypto/heimdal/appl/telnet/telnetd/ext.h
@@ -33,7 +33,7 @@
* @(#)ext.h 8.2 (Berkeley) 12/15/93
*/
-/* $Id: ext.h,v 1.22 2001/04/24 23:12:11 assar Exp $ */
+/* $Id: ext.h,v 1.23 2001/08/29 00:45:22 assar Exp $ */
#ifndef __EXT_H__
#define __EXT_H__
@@ -182,6 +182,11 @@ extern struct clocks_t clocks;
extern int log_unauth;
extern int no_warn;
+extern int def_tspeed, def_rspeed;
+#ifdef TIOCSWINSZ
+extern int def_row, def_col;
+#endif
+
#ifdef STREAMSPTY
extern int really_stream;
#endif
OpenPOWER on IntegriCloud