X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.h;h=32b914ef6c2a4b022726c3e52ab9bfb5cf94fa4a;hp=6cdffe80cd2ddbbe62b956750ab1a487847bb8fa;hb=7afd9fdfe025a5c448d737a23d2e635e9cf6bd2d;hpb=5ece6e68baaf9fdbd6e73daa7b27335f8852d85b diff --git a/pppd/pppd.h b/pppd/pppd.h index 6cdffe8..32b914e 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -52,6 +52,7 @@ #include /* for FILE */ #include /* for encrypt */ #include /* for setkey */ +#include #include /* for NGROUPS_MAX */ #include /* for MAXPATHLEN and BSD4_4, if defined */ #include /* for u_int32_t, if defined */ @@ -324,6 +325,8 @@ 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 char path_ipup[MAXPATHLEN]; /* pathname of ip-up script */ +extern char path_ipdown[MAXPATHLEN]; /* pathname of ip-down script */ extern char req_ifname[MAXIFNAMELEN]; /* interface name to use */ extern bool multilink; /* enable multilink operation */ extern bool noendpoint; /* don't send or accept endpt. discrim. */