]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
Add option to specify ip-up script
[ppp.git] / pppd / pppd.h
index 6cdffe80cd2ddbbe62b956750ab1a487847bb8fa..32b914ef6c2a4b022726c3e52ab9bfb5cf94fa4a 100644 (file)
@@ -52,6 +52,7 @@
 #include <stdio.h>             /* for FILE */
 #include <stdlib.h>            /* for encrypt */
 #include <unistd.h>            /* for setkey */
+#include <stdarg.h>
 #include <limits.h>            /* for NGROUPS_MAX */
 #include <sys/param.h>         /* for MAXPATHLEN and BSD4_4, if defined */
 #include <sys/types.h>         /* 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. */