Remove extraneous prototypes.

This commit is contained in:
Brian Somers 1997-08-01 02:02:28 +00:00
parent 1d554918e8
commit bfbee26298
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27812

View file

@ -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();