X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.h;h=2e7c5cabb5133072e6416f6a7a43d23a080909c7;hp=2ce8519eb598de514b0b85f82ac55508a1d5898b;hb=9b4646bd15f16035b8ff161730b3da9df3fb4713;hpb=a3e53f0632f8b502ca070e048f27c523a668a7dc diff --git a/pppd/pppd.h b/pppd/pppd.h index 2ce8519..2e7c5ca 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pppd.h,v 1.43 1999/08/12 04:22:53 paulus Exp $ + * $Id: pppd.h,v 1.44 1999/08/13 01:57:37 paulus Exp $ */ /* @@ -200,6 +200,7 @@ extern bool notty; /* Stdin/out is not a tty */ extern char *record_file; /* File to record chars sent/received */ extern bool sync_serial; /* Device is synchronous serial device */ extern int maxfail; /* Max # of unsuccessful connection attempts */ +extern char linkname[MAXPATHLEN]; /* logical name for link */ #ifdef PPP_FILTER extern struct bpf_program pass_filter; /* Filter for pkts to pass */