X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Foptions.c;h=495c29ae17c38c32591db568b0367292b223da2a;hb=971319042d43d6d079842f88622caf721a47805b;hp=49763764d0998092e1d8d9ec50a416b0674bc5dc;hpb=8592783058509b5493a42f3b0432fcbaab55c994;p=ppp.git diff --git a/pppd/options.c b/pppd/options.c index 4976376..495c29a 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: options.c,v 1.58 1999/05/12 06:19:48 paulus Exp $"; +static char rcsid[] = "$Id: options.c,v 1.59 1999/05/14 01:09:03 paulus Exp $"; #endif #include @@ -108,6 +108,10 @@ struct bpf_program active_filter; /* Filter program for link-active pkts */ pcap_t pc; /* Fake struct pcap so we can compile expr */ #endif +char *current_option; /* the name of the option being parsed */ +int privileged_option; /* set iff the current option came from root */ +char *option_source; /* string saying where the option came from */ + /* * Prototypes */