summaryrefslogtreecommitdiffstats
path: root/lib/libtelnet
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-11-30 22:37:28 +0000
committermarkm <markm@FreeBSD.org>2001-11-30 22:37:28 +0000
commit9d10280c0b2db016fcf52e1286f10ae1eec0eef2 (patch)
tree5a2f82523134ac4752033664be45a599f019ca06 /lib/libtelnet
parent14227a41e2b61efeed2657b0c3c771752ca8011f (diff)
downloadFreeBSD-src-9d10280c0b2db016fcf52e1286f10ae1eec0eef2.zip
FreeBSD-src-9d10280c0b2db016fcf52e1286f10ae1eec0eef2.tar.gz
Merge the (in)complete ANSIfication work from src/crypto/telnet.
Diffstat (limited to 'lib/libtelnet')
-rw-r--r--lib/libtelnet/misc-proto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libtelnet/misc-proto.h b/lib/libtelnet/misc-proto.h
index 5f4f9fc..aea753c 100644
--- a/lib/libtelnet/misc-proto.h
+++ b/lib/libtelnet/misc-proto.h
@@ -57,14 +57,6 @@
#ifndef __MISC_PROTO__
#define __MISC_PROTO__
-#if !defined(P)
-#ifdef __STDC__
-#define P(x) x
-#else
-#define P(x) ()
-#endif
-#endif
-
void auth_encrypt_init(char *, char *, const char *, int);
void auth_encrypt_connect(int);
void printd(const unsigned char *, int);
OpenPOWER on IntegriCloud