diff options
| author | 2006-06-06 23:24:52 +0000 | |
|---|---|---|
| committer | 2006-06-06 23:24:52 +0000 | |
| commit | 2621db9fa014351c014451737f45c0d400f53fd3 (patch) | |
| tree | ee80e585d62217af7c5f37f42ed12ac789b5bc13 /usr.bin/tip/tip.h | |
| parent | minor cleanup (diff) | |
| download | wireguard-openbsd-2621db9fa014351c014451737f45c0d400f53fd3.tar.xz wireguard-openbsd-2621db9fa014351c014451737f45c0d400f53fd3.zip | |
teach tip about line disciplines; tried by mbalmer too
Diffstat (limited to 'usr.bin/tip/tip.h')
| -rw-r--r-- | usr.bin/tip/tip.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tip/tip.h b/usr.bin/tip/tip.h index 0fbe15488af..1e82091c2b5 100644 --- a/usr.bin/tip/tip.h +++ b/usr.bin/tip/tip.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.h,v 1.25 2006/03/17 21:43:51 deraadt Exp $ */ +/* $OpenBSD: tip.h,v 1.26 2006/06/06 23:24:52 deraadt Exp $ */ /* $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $ */ /* @@ -87,6 +87,7 @@ char *PR; /* remote prompt */ long DL; /* line delay for file transfers to remote */ long CL; /* char delay for file transfers to remote */ long ET; /* echocheck timeout */ +long LD; /* line disc */ short HD; /* this host is half duplex - do local echo */ short DC; /* this host is directly connected. */ @@ -225,6 +226,7 @@ extern value_t vtable[]; /* variable table */ #define LECHO 31 #define PARITY 32 #define HARDWAREFLOW 33 +#define LINEDISC 34 #define NOVAL ((value_t *)NULL) #define NOACU ((acu_t *)NULL) |
