diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 8c99ab63a1bf..01047ad3e727 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.c,v 1.23 1997/06/09 03:27:24 brian Exp $ + * $Id: lcp.c,v 1.24 1997/06/14 00:21:23 ache Exp $ * * TODO: * o Validate magic number received from peer. @@ -40,8 +40,6 @@ extern void IpcpUp(); extern void IpcpOpen(); -extern void StartPapChallenge(); -extern void StartChapChallenge(); extern void SetLinkParams(struct lcpstate *); extern void Prompt(); extern void StopIdleTimer();