]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
Merge pull request #365 from enaess/ppp-options
[ppp.git] / pppd / pppd.h
index bd9faf0f993396742e87862d076b86e9be672b5b..d4bc043500a1781966d1fe35fb0e580ca52f7fd1 100644 (file)
@@ -358,6 +358,7 @@ extern bool multilink;      /* enable multilink operation */
 extern bool    noendpoint;     /* don't send or accept endpt. discrim. */
 extern char    *bundle_name;   /* bundle name for multilink */
 extern bool    dump_options;   /* print out option values */
+extern bool    show_options;   /* show all option names and descriptions */
 extern bool    dryrun;         /* check everything, print options, exit */
 extern int     child_wait;     /* # seconds to wait for children at end */
 
@@ -776,7 +777,8 @@ int  override_value(char *, int, const char *);
                                /* override value if permitted by priority */
 void print_options(printer_func, void *);
                                /* print out values of all options */
-
+void showopts(void);
+                /* show all option names and description */
 int parse_dotted_ip(char *, u_int32_t *);
 
 /*