summaryrefslogtreecommitdiffstats
path: root/lib/libtelnet/misc-proto.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-08-20 12:04:53 +0000
committermarkm <markm@FreeBSD.org>2001-08-20 12:04:53 +0000
commit98d3c6bc197eb678ca324345c95491f2226219c2 (patch)
tree122fb8c599a7c1722fcbffd583c96fc5ac5dee5c /lib/libtelnet/misc-proto.h
parente5aeafb88ac1c0cc0a8ad38e45fc3ba78dd10c08 (diff)
downloadFreeBSD-src-98d3c6bc197eb678ca324345c95491f2226219c2.zip
FreeBSD-src-98d3c6bc197eb678ca324345c95491f2226219c2.tar.gz
No functional changes, but:
o unifdef AUTHENTICATE. We have never compiled this code, and its doubtful it will even work in this case. o Style changes (some ansification, some comment updating) o Diff reduction and code style merging with crypto telnet.
Diffstat (limited to 'lib/libtelnet/misc-proto.h')
-rw-r--r--lib/libtelnet/misc-proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libtelnet/misc-proto.h b/lib/libtelnet/misc-proto.h
index e5f334a..c0d2068 100644
--- a/lib/libtelnet/misc-proto.h
+++ b/lib/libtelnet/misc-proto.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)misc-proto.h 8.1 (Berkeley) 6/4/93
+ * $FreeBSD$
*/
/*
@@ -76,4 +77,5 @@ void net_encrypt P((void));
int telnet_spin P((void));
char *telnet_getenv P((char *));
char *telnet_gets P((char *, char *, int, int));
+void printsub P((int, unsigned char *, int));
#endif
OpenPOWER on IntegriCloud