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. --- c/src/libnetworking/pppd/chap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/libnetworking/pppd/chap.c') diff --git a/c/src/libnetworking/pppd/chap.c b/c/src/libnetworking/pppd/chap.c index 15d0210369..5609ec8bae 100644 --- a/c/src/libnetworking/pppd/chap.c +++ b/c/src/libnetworking/pppd/chap.c @@ -108,8 +108,8 @@ static void ChapResponseTimeout __P((void *)); static void ChapReceiveChallenge __P((chap_state *, u_char *, int, int)); static void ChapRechallenge __P((void *)); static void ChapReceiveResponse __P((chap_state *, u_char *, int, int)); -static void ChapReceiveSuccess __P((chap_state *, u_char *, int, int)); -static void ChapReceiveFailure __P((chap_state *, u_char *, int, int)); +static void ChapReceiveSuccess __P((chap_state *, u_char *, u_char, int)); +static void ChapReceiveFailure __P((chap_state *, u_char *, u_char, int)); static void ChapSendStatus __P((chap_state *, int)); static void ChapSendChallenge __P((chap_state *)); static void ChapSendResponse __P((chap_state *)); -- cgit v1.2.3