summaryrefslogtreecommitdiff
path: root/core/lwip/src/netif/ppp/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/lwip/src/netif/ppp/auth.h')
-rw-r--r--core/lwip/src/netif/ppp/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lwip/src/netif/ppp/auth.h b/core/lwip/src/netif/ppp/auth.h
index 86ff0494..a8069ec4 100644
--- a/core/lwip/src/netif/ppp/auth.h
+++ b/core/lwip/src/netif/ppp/auth.h
@@ -97,7 +97,7 @@ void auth_check_options (void);
void auth_reset (int);
/* Check peer-supplied username/password */
-int check_passwd (int, char *, int, char *, int, char **, int *);
+u_char check_passwd (int, char *, int, char *, int, char **, int *);
/* get "secret" for chap */
int get_secret (int, char *, char *, char *, int *, int);