diff options
Diffstat (limited to 'usr.sbin/ppp/lcpproto.h')
-rw-r--r-- | usr.sbin/ppp/lcpproto.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/usr.sbin/ppp/lcpproto.h b/usr.sbin/ppp/lcpproto.h index f00e26b..74c5d4d 100644 --- a/usr.sbin/ppp/lcpproto.h +++ b/usr.sbin/ppp/lcpproto.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcpproto.h,v 1.8 1997/08/25 00:29:16 brian Exp $ + * $Id: lcpproto.h,v 1.9 1997/10/26 01:02:59 brian Exp $ * * TODO: */ @@ -37,12 +37,3 @@ #define PROTO_PAP 0xc023 #define PROTO_LQR 0xc025 #define PROTO_CHAP 0xc223 - -extern void LcpInput(struct mbuf *); -extern void PapInput(struct mbuf *); -extern void LqpInput(struct mbuf *); -extern void ChapInput(struct mbuf *); -extern void IpInput(struct mbuf *); -extern struct mbuf *VjCompInput(struct mbuf *, int); -extern void IpcpInput(struct mbuf *); -extern void LqrInput(struct mbuf *); |