From 9d10280c0b2db016fcf52e1286f10ae1eec0eef2 Mon Sep 17 00:00:00 2001 From: markm Date: Fri, 30 Nov 2001 22:37:28 +0000 Subject: Merge the (in)complete ANSIfication work from src/crypto/telnet. --- lib/libtelnet/misc-proto.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/libtelnet') 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); -- cgit v1.1