X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=3a95d35349ff42e988b69f4f45105d8b710aa05b;hb=43c9218605e0d7302cc614063de8e7078acabe46;hp=deab65a3a1ee68b95a4b30b061fec8ae9eae4906;hpb=f9f667ee187be5d34ac94f11bf366dd218191122;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index deab65a..3a95d35 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -39,7 +39,7 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: pppd.h,v 1.89 2004/11/14 22:53:42 carlsonj Exp $ + * $Id: pppd.h,v 1.90 2005/07/12 01:07:59 paulus Exp $ */ /* @@ -525,6 +525,7 @@ ssize_t complete_read __P((int, void *, size_t)); /* Procedures exported from auth.c */ void link_required __P((int)); /* we are starting to use the link */ +void start_link __P((int)); /* bring the link up now */ 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 upper_layers_down __P((int));/* take all NCPs down */