X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fecp.c;h=faec37bf2952ba3bc03dacd0bb410bed3657a39f;hb=dba46f53e2342b211df788fe377347108ce0e2c6;hp=9570f389561ffc7daec9d0df7c8872baff8199ab;hpb=032020241d270c53dff479a7b0eb7fe487c56a78;p=ppp.git diff --git a/pppd/ecp.c b/pppd/ecp.c index 9570f38..faec37b 100644 --- a/pppd/ecp.c +++ b/pppd/ecp.c @@ -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,