diff options
author | brian <brian@FreeBSD.org> | 1997-08-01 02:02:28 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-08-01 02:02:28 +0000 |
commit | e54335d7411beba0b6901686924ec71567f8fd23 (patch) | |
tree | 7485cdeafa92599bcd1ffbb27ed9657812abd2d4 /usr.sbin | |
parent | 4099136ec60cc40b770715039f07da54677b7728 (diff) | |
download | FreeBSD-src-e54335d7411beba0b6901686924ec71567f8fd23.zip FreeBSD-src-e54335d7411beba0b6901686924ec71567f8fd23.tar.gz |
Remove extraneous prototypes.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/lcp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 8c99ab6..01047ad 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(); |