X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=PLUGINS;h=af43f51fee859d1cf0f5052e7fcac091e40fb782;hb=f0fd40c4a2a9cb2a63922b9eed38564c71633e8d;hp=e3e6718cb0669ee9e92c1f37c001d3007456cb24;hpb=c30d204fe82b18fb9668a05afb587a37f981696c;p=ppp.git 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 $ ##