summaryrefslogtreecommitdiffstats
path: root/crypto/telnet/telnetd/ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/telnet/telnetd/ext.h')
-rw-r--r--crypto/telnet/telnetd/ext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/telnet/telnetd/ext.h b/crypto/telnet/telnetd/ext.h
index b84cee4..f1bb02a 100644
--- a/crypto/telnet/telnetd/ext.h
+++ b/crypto/telnet/telnetd/ext.h
@@ -190,6 +190,9 @@ extern void
wontoption P((int)),
writenet P((unsigned char *, int));
+int output_data __P((const char *, ...)) __printflike(1, 2);
+int output_datalen __P((const char *, size_t));
+
#ifdef ENCRYPTION
extern void (*encrypt_output) P((unsigned char *, int));
extern int (*decrypt_input) P((int));
OpenPOWER on IntegriCloud