From bfbee2629825cadbc8c84c29e263f50d53c98d91 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Fri, 1 Aug 1997 02:02:28 +0000 Subject: [PATCH] Remove extraneous prototypes. --- usr.sbin/ppp/lcp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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();