X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fecp.c;h=faec37bf2952ba3bc03dacd0bb410bed3657a39f;hp=9570f389561ffc7daec9d0df7c8872baff8199ab;hb=HEAD;hpb=92c5612fdb77e83e49c524ae46110c129e13429e diff --git a/pppd/ecp.c b/pppd/ecp.c index 9570f38..ffd2801 100644 --- a/pppd/ecp.c +++ b/pppd/ecp.c @@ -46,7 +46,7 @@ * 3. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY @@ -63,11 +63,12 @@ #include -#include "pppd.h" +#include "pppd-private.h" +#include "options.h" #include "fsm.h" #include "ecp.h" -static option_t ecp_option_list[] = { +static struct option ecp_option_list[] = { { "noecp", o_bool, &ecp_protent.enabled_flag, "Disable ECP negotiation" }, { "-ecp", o_bool, &ecp_protent.enabled_flag,