From d08e825b9b10c4d07b04f4ca178a40830fe09ab6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Mar 2007 15:47:35 +0000 Subject: Eliminate __P(). --- cpukit/pppd/chap_ms.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cpukit/pppd/chap_ms.c') diff --git a/cpukit/pppd/chap_ms.c b/cpukit/pppd/chap_ms.c index 81a57bb5aa..3ccf83ad8d 100644 --- a/cpukit/pppd/chap_ms.c +++ b/cpukit/pppd/chap_ms.c @@ -66,18 +66,18 @@ typedef struct { in case this struct gets padded. */ -static void ChallengeResponse __P((u_char *, u_char *, u_char *)); -static void DesEncrypt __P((u_char *, u_char *, u_char *)); -static void MakeKey __P((u_char *, u_char *)); -static u_char Get7Bits __P((u_char *, int)); -static void ChapMS_NT __P((char *, int, char *, int, MS_ChapResponse *)); +static void ChallengeResponse(u_char *, u_char *, u_char *); +static void DesEncrypt(u_char *, u_char *, u_char *); +static void MakeKey(u_char *, u_char *); +static u_char Get7Bits(u_char *, int); +static void ChapMS_NT(char *, int, char *, int, MS_ChapResponse *); #ifdef MSLANMAN -static void ChapMS_LANMan __P((char *, int, char *, int, MS_ChapResponse *)); +static void ChapMS_LANMan(char *, int, char *, int, MS_ChapResponse *); #endif #ifdef USE_CRYPT -static void Expand __P((u_char *, u_char *)); -static void Collapse __P((u_char *, u_char *)); +static void Expand(u_char *, u_char *); +static void Collapse(u_char *, u_char *); #endif #ifdef MSLANMAN -- cgit v1.2.3