X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Foptions.c;h=b2c7b58574f0944cb090fd6e0123ee508d6476b0;hp=346430d454f0037d2450e444ba7865ad03c77147;hb=50f06d79e6f4c457a68929df21d4c71b9d2dade1;hpb=122606b29e977c437d32c407e640357b43e03e6e diff --git a/pppd/options.c b/pppd/options.c index 346430d..b2c7b58 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: options.c,v 1.45 1999/01/20 00:00:35 paulus Exp $"; +static char rcsid[] = "$Id: options.c,v 1.46 1999/02/26 11:03:34 paulus Exp $"; #endif #include @@ -133,7 +133,6 @@ static int setactivefilter __P((char **)); static option_t *find_option __P((char *name)); static int process_option __P((option_t *, char **)); static int n_arguments __P((option_t *)); -static int readable __P((int fd)); /* * Valid arguments. @@ -685,7 +684,7 @@ option_error __V((char *fmt, ...)) /* * readable - check if a file is readable by the real user. */ -static int +int readable(fd) int fd; {