X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.h;fp=pppd%2Fpppd.h;h=d4bc043500a1781966d1fe35fb0e580ca52f7fd1;hp=bd9faf0f993396742e87862d076b86e9be672b5b;hb=cd3b93dd79c918474ac192c0dbe942727c4c2bec;hpb=8cbd7dd098cbb565dd9b01397fb352f1c98376f3 diff --git a/pppd/pppd.h b/pppd/pppd.h index bd9faf0..d4bc043 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -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 *); /*