From a5d6544071b9112c6027be0415f35e51118c68e4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Jul 2002 13:54:40 +0000 Subject: 2002-07-25 Ralf Corsepius * pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255 fix prototype mismatches. --- cpukit/pppd/upap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/pppd/upap.c') diff --git a/cpukit/pppd/upap.c b/cpukit/pppd/upap.c index b782f26358..dc6be8a98b 100644 --- a/cpukit/pppd/upap.c +++ b/cpukit/pppd/upap.c @@ -89,7 +89,7 @@ static void upap_rauthreq __P((upap_state *, u_char *, int, int)); static void upap_rauthack __P((upap_state *, u_char *, int, int)); static void upap_rauthnak __P((upap_state *, u_char *, int, int)); static void upap_sauthreq __P((upap_state *)); -static void upap_sresp __P((upap_state *, int, int, char *, int)); +static void upap_sresp __P((upap_state *, u_char, u_char, char *, int)); /* -- cgit v1.2.3