X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fauth.c;h=aca60b51974f9f85f4eec64279d08128c6b27917;hp=dd9735b89efdf4243b9e133e47517c8cb483de25;hb=f496bf27c6f959825eb6b6d60e31801ff6137462;hpb=1a2b3953feacff276850e24e6ee793ccf9c357c1 diff --git a/pppd/auth.c b/pppd/auth.c index dd9735b..aca60b5 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.17 1995/08/16 01:37:22 paulus Exp $"; +static char rcsid[] = "$Id: auth.c,v 1.18 1995/10/27 03:39:53 paulus Exp $"; #endif #include @@ -96,8 +96,7 @@ static struct wordlist *addresses[NUM_PPP]; #define CHAP_WITHPEER 4 #define CHAP_PEER 8 -/* Prototypes */ -void check_access __P((FILE *, char *)); +/* Prototypes for procedures local to this file. */ static void network_phase __P((int)); static int login __P((char *, char *, char **, int *));