summaryrefslogtreecommitdiff
path: root/PLUGINS
diff options
context:
space:
mode:
authorFrank Cusack <fcusack@fcusack.com>2003-02-25 07:43:09 +0000
committerFrank Cusack <fcusack@fcusack.com>2003-02-25 07:43:09 +0000
commit3250c63462a66ae53cc381aecaae556bd60497e1 (patch)
tree7cf45ec3f664b25a840a8a92983baee10ccbe423 /PLUGINS
parente7961f8611abb71ff7c2844cf2f11f14ae8cd008 (diff)
downloadppp-3250c63462a66ae53cc381aecaae556bd60497e1.tar.gz
make pap_auth_hook docs match code. Reported by David Ananian-Cooper.
Diffstat (limited to 'PLUGINS')
-rw-r--r--PLUGINS6
1 files changed, 2 insertions, 4 deletions
diff --git a/PLUGINS b/PLUGINS
index e3e6718..af43f51 100644
--- a/PLUGINS
+++ b/PLUGINS
@@ -98,9 +98,7 @@ to reestablish the link (0 means immediately).
int (*pap_check_hook)(void);
int (*pap_passwd_hook)(char *user, char *passwd);
-int (*pap_auth_hook)(char *user, int userlen,
- char *passwd, int passlen,
- char **msgp, int *msglenp,
+int (*pap_auth_hook)(char *user, char *passwd, char **msgp,
struct wordlist **paddrs,
struct wordlist **popts);
void (*pap_logout_hook)(void);
@@ -265,4 +263,4 @@ Here is a list of the currently-implemented notifiers in pppd.
-## $Id: PLUGINS,v 1.5 2002/02/12 20:07:09 dfs Exp $ ##
+## $Id: PLUGINS,v 1.6 2003/02/25 07:43:09 fcusack Exp $ ##