X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmain.c;h=c6ba438a43576f021ce86721a0171a51b55d043b;hb=fda3a821c1f0eda47ef53632f6a42084924b7167;hp=16231db75ead75a846022061d3a9a4d4c2395306;hpb=c30d204fe82b18fb9668a05afb587a37f981696c;p=ppp.git diff --git a/pppd/main.c b/pppd/main.c index 16231db..c6ba438 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id: main.c,v 1.112 2002/02/12 20:07:09 dfs Exp $" +#define RCSID "$Id: main.c,v 1.113 2002/05/21 17:26:49 dfs Exp $" #include #include @@ -53,6 +53,7 @@ #include "upap.h" #include "chap.h" #include "ccp.h" +#include "ecp.h" #include "pathnames.h" #ifdef USE_TDB @@ -222,6 +223,7 @@ struct protent *protocols[] = { &ipv6cp_protent, #endif &ccp_protent, + &ecp_protent, #ifdef IPX_CHANGE &ipxcp_protent, #endif @@ -1671,7 +1673,7 @@ remove_notifier(notif, func, arg) } /* - * notify - call a set of functions registered with add_notify. + * notify - call a set of functions registered with add_notifier. */ void notify(notif, val)