summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/chap_ms.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/pppd/chap_ms.c')
-rw-r--r--cpukit/pppd/chap_ms.c16
1 files changed, 8 insertions, 8 deletions
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