summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/upap.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-25 13:54:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-25 13:54:40 +0000
commita5d6544071b9112c6027be0415f35e51118c68e4 (patch)
tree63f7e32eb22b01ad69d7f513702575ff8dd0ecf4 /cpukit/pppd/upap.c
parent2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a5d6544071b9112c6027be0415f35e51118c68e4.tar.bz2
2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255 fix prototype mismatches.
Diffstat (limited to 'cpukit/pppd/upap.c')
-rw-r--r--cpukit/pppd/upap.c2
1 files changed, 1 insertions, 1 deletions
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));
/*