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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/telnet/telnetd/ext.h b/crypto/telnet/telnetd/ext.h
index 74dd985..0744db1 100644
--- a/crypto/telnet/telnetd/ext.h
+++ b/crypto/telnet/telnetd/ext.h
@@ -190,7 +190,7 @@ extern void
wontoption P((int));
int output_data __P((const char *, ...)) __printflike(1, 2);
-int output_datalen __P((const char *, size_t));
+void output_datalen __P((const char *, int));
#ifdef ENCRYPTION
extern void (*encrypt_output) P((unsigned char *, int));
OpenPOWER on IntegriCloud