X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.h;h=538b8cda2bc02d38761cf2d1ff926266d71f4f73;hp=5dfe83b5dec6b639cafdf6a01819b65cb80e079e;hb=2c872bc67b83b91ba6390f6e5e72be08e09811a1;hpb=a95c8a6bd20ed07722b8cef75f547c6e5550e68b diff --git a/pppd/pppd.h b/pppd/pppd.h index 5dfe83b..538b8cd 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.50 2000/03/13 23:39:58 paulus Exp $ + * $Id: pppd.h,v 1.51 2000/03/27 06:03:06 paulus Exp $ */ /* @@ -217,6 +217,8 @@ extern char linkname[MAXPATHLEN]; /* logical name for link */ extern bool tune_kernel; /* May alter kernel settings as necessary */ extern int connect_delay; /* Time to delay after connect script */ extern int max_data_rate; /* max bytes/sec through charshunt */ +extern int req_unit; /* interface unit number to use */ +extern bool multilink; /* enable multilink operation */ #ifdef PPP_FILTER extern struct bpf_program pass_filter; /* Filter for pkts to pass */