summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/pppd/chap.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/pppd/chap.c')
-rw-r--r--c/src/libnetworking/pppd/chap.c4
1 files changed, 2 insertions, 2 deletions
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 *));