X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=1a5a10991325c97186f113dc7c60ab4be0f81e05;hb=1aa145faffde86065d6ae1af4041d185c7733342;hp=e2cc42808ef3c045c894dcd6b1e0bbc023ed22f6;hpb=c2134507ca4699d192d79337a8fd2e947803dad9;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index e2cc428..1a5a109 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pppd.h,v 1.71 2002/07/16 13:11:43 kad Exp $ + * $Id: pppd.h,v 1.72 2002/09/01 12:00:15 dfs Exp $ */ /* @@ -496,6 +496,7 @@ void link_terminated __P((int)); /* we are finished with the link */ void link_down __P((int)); /* the LCP layer has left the Opened state */ void link_established __P((int)); /* the link is up; authenticate now */ void start_networks __P((int)); /* start all the network control protos */ +void continue_networks __P((int)); /* start network [ip, etc] control protos */ void np_up __P((int, int)); /* a network protocol has come up */ void np_down __P((int, int)); /* a network protocol has gone down */ void np_finished __P((int, int)); /* a network protocol no longer needs link */